Class DataframeAnalyticsStatsDataCounts
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsStatsDataCounts
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DataframeAnalyticsStatsDataCounts
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeAnalyticsStatsDataCounts>Json deserializer forDataframeAnalyticsStatsDataCounts -
Method Summary
Modifier and TypeMethodDescriptionof(Function<DataframeAnalyticsStatsDataCounts.Builder, ObjectBuilder<DataframeAnalyticsStatsDataCounts>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupDataframeAnalyticsStatsDataCountsDeserializer(ObjectDeserializer<DataframeAnalyticsStatsDataCounts.Builder> op) final intRequired - The number of documents that are skipped during the analysis because they contained values that are not supported by the analysis.final intRequired - The number of documents that are not used for training the model and can be used for testing.toString()final intRequired - The number of documents that are used for training the model.
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeAnalyticsStatsDataCounts
-
-
Method Details
-
of
-
skippedDocsCount
public final int skippedDocsCount()Required - The number of documents that are skipped during the analysis because they contained values that are not supported by the analysis. For example, outlier detection does not support missing fields so it skips documents with missing fields. Likewise, all types of analysis skip documents that contain arrays with more than one element.API name:
skipped_docs_count -
testDocsCount
public final int testDocsCount()Required - The number of documents that are not used for training the model and can be used for testing.API name:
test_docs_count -
trainingDocsCount
public final int trainingDocsCount()Required - The number of documents that are used for training the model.API name:
training_docs_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataframeAnalyticsStatsDataCountsDeserializer
protected static void setupDataframeAnalyticsStatsDataCountsDeserializer(ObjectDeserializer<DataframeAnalyticsStatsDataCounts.Builder> op)
-