Class ModelSizeStats

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

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

  • Method Details

    • of

      public static ModelSizeStats of​(java.util.function.Function<ModelSizeStats.Builder,​ObjectBuilder<ModelSizeStats>> fn)
    • bucketAllocationFailuresCount

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

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

      public final Time logTime()
      Required - API name: log_time
    • memoryStatus

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

      public final java.lang.String modelBytes()
      Required - API name: model_bytes
    • modelBytesExceeded

      @Nullable public final java.lang.String modelBytesExceeded()
      API name: model_bytes_exceeded
    • modelBytesMemoryLimit

      @Nullable public final java.lang.String modelBytesMemoryLimit()
      API name: model_bytes_memory_limit
    • peakModelBytes

      @Nullable public final java.lang.String peakModelBytes()
      API name: peak_model_bytes
    • assignmentMemoryBasis

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

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

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

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

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

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

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

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

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

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

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

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

      @Nullable public final 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​(ObjectDeserializer<ModelSizeStats.Builder> op)