Class DataCounts

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

@JsonpDeserializable
public final class DataCounts
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • bucketCount

      public long bucketCount()
      Required - API name: bucket_count
    • earliestRecordTimestamp

      public long earliestRecordTimestamp()
      Required - API name: earliest_record_timestamp
    • emptyBucketCount

      public long emptyBucketCount()
      Required - API name: empty_bucket_count
    • inputBytes

      public long inputBytes()
      Required - API name: input_bytes
    • inputFieldCount

      public long inputFieldCount()
      Required - API name: input_field_count
    • inputRecordCount

      public long inputRecordCount()
      Required - API name: input_record_count
    • invalidDateCount

      public long invalidDateCount()
      Required - API name: invalid_date_count
    • jobId

      public java.lang.String jobId()
      Required - API name: job_id
    • lastDataTime

      public long lastDataTime()
      Required - API name: last_data_time
    • latestEmptyBucketTimestamp

      public long latestEmptyBucketTimestamp()
      Required - API name: latest_empty_bucket_timestamp
    • latestRecordTimestamp

      public long latestRecordTimestamp()
      Required - API name: latest_record_timestamp
    • latestSparseBucketTimestamp

      public long latestSparseBucketTimestamp()
      Required - API name: latest_sparse_bucket_timestamp
    • latestBucketTimestamp

      public long latestBucketTimestamp()
      Required - API name: latest_bucket_timestamp
    • missingFieldCount

      public long missingFieldCount()
      Required - API name: missing_field_count
    • outOfOrderTimestampCount

      public long outOfOrderTimestampCount()
      Required - API name: out_of_order_timestamp_count
    • processedFieldCount

      public long processedFieldCount()
      Required - API name: processed_field_count
    • processedRecordCount

      public long processedRecordCount()
      Required - API name: processed_record_count
    • sparseBucketCount

      public long sparseBucketCount()
      Required - API name: sparse_bucket_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)
    • setupDataCountsDeserializer

      protected static void setupDataCountsDeserializer​(DelegatingDeserializer<DataCounts.Builder> op)