Class DataframeAnalyticsStatsDataCounts

java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsStatsDataCounts
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class DataframeAnalyticsStatsDataCounts
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • 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

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupDataframeAnalyticsStatsDataCountsDeserializer

      protected static void setupDataframeAnalyticsStatsDataCountsDeserializer​(ObjectDeserializer<DataframeAnalyticsStatsDataCounts.Builder> op)