Class TestPopulation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.TestPopulation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TestPopulation>Json deserializer forTestPopulation -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfield()Required - The field to aggregate.final Queryfilter()A filter used to define a set of records to run unpaired t-test on.static TestPopulationfinal Scriptscript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTestPopulation
-
-
Method Details
-
of
-
field
Required - The field to aggregate.API name:
field -
script
API name:script -
filter
A filter used to define a set of records to run unpaired t-test on.API name:
filter -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTestPopulationDeserializer
protected static void setupTestPopulationDeserializer(ObjectDeserializer<TestPopulation.Builder> op)
-