Class ModelSizeStats

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

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

  • Constructor Details

  • Method Details

    • bucketAllocationFailuresCount

      public long bucketAllocationFailuresCount()
      Required - API name: bucket_allocation_failures_count
    • jobId

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

      public java.lang.String logTime()
      Required - API name: log_time
    • memoryStatus

      public MemoryStatus memoryStatus()
      Required - API name: memory_status
    • modelBytes

      public long modelBytes()
      Required - API name: model_bytes
    • modelBytesExceeded

      public long modelBytesExceeded()
      Required - API name: model_bytes_exceeded
    • modelBytesMemoryLimit

      public long modelBytesMemoryLimit()
      Required - API name: model_bytes_memory_limit
    • peakModelBytes

      public long peakModelBytes()
      Required - API name: peak_model_bytes
    • assignmentMemoryBasis

      @Nullable public java.lang.String assignmentMemoryBasis()
      API name: assignment_memory_basis
    • resultType

      public java.lang.String resultType()
      Required - API name: result_type
    • totalByFieldCount

      public long totalByFieldCount()
      Required - API name: total_by_field_count
    • totalOverFieldCount

      public long totalOverFieldCount()
      Required - API name: total_over_field_count
    • totalPartitionFieldCount

      public long totalPartitionFieldCount()
      Required - API name: total_partition_field_count
    • categorizationStatus

      public CategorizationStatus categorizationStatus()
      Required - API name: categorization_status
    • categorizedDocCount

      public int categorizedDocCount()
      Required - API name: categorized_doc_count
    • deadCategoryCount

      public int deadCategoryCount()
      Required - API name: dead_category_count
    • failedCategoryCount

      public int failedCategoryCount()
      Required - API name: failed_category_count
    • frequentCategoryCount

      public int frequentCategoryCount()
      Required - API name: frequent_category_count
    • rareCategoryCount

      public int rareCategoryCount()
      Required - API name: rare_category_count
    • totalCategoryCount

      public int totalCategoryCount()
      Required - API name: total_category_count
    • timestamp

      @Nullable public java.lang.Long timestamp()
      API name: timestamp
    • 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)
    • setupModelSizeStatsDeserializer

      protected static void setupModelSizeStatsDeserializer​(DelegatingDeserializer<ModelSizeStats.Builder> op)