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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelSizeStats.BuilderBuilder forModelSizeStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ModelSizeStats>_DESERIALIZERJson deserializer forModelSizeStats -
Constructor Summary
Constructors Constructor Description ModelSizeStats(ModelSizeStats.Builder builder)ModelSizeStats(java.util.function.Function<ModelSizeStats.Builder,ModelSizeStats.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringassignmentMemoryBasis()API name:assignment_memory_basislongbucketAllocationFailuresCount()API name:bucket_allocation_failures_countCategorizationStatuscategorizationStatus()API name:categorization_statusintcategorizedDocCount()API name:categorized_doc_countintdeadCategoryCount()API name:dead_category_countintfailedCategoryCount()API name:failed_category_countintfrequentCategoryCount()API name:frequent_category_countjava.lang.StringjobId()API name:job_idjava.lang.StringlogTime()API name:log_timeMemoryStatusmemoryStatus()API name:memory_statuslongmodelBytes()API name:model_byteslongmodelBytesExceeded()API name:model_bytes_exceededlongmodelBytesMemoryLimit()API name:model_bytes_memory_limitlongpeakModelBytes()API name:peak_model_bytesintrareCategoryCount()API name:rare_category_countjava.lang.StringresultType()API name:result_typevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupModelSizeStatsDeserializer(DelegatingDeserializer<ModelSizeStats.Builder> op)java.lang.Longtimestamp()API name:timestamplongtotalByFieldCount()API name:total_by_field_countinttotalCategoryCount()API name:total_category_countlongtotalOverFieldCount()API name:total_over_field_countlongtotalPartitionFieldCount()API name:total_partition_field_countMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forModelSizeStats
-
-
Constructor Details
-
ModelSizeStats
-
ModelSizeStats
public ModelSizeStats(java.util.function.Function<ModelSizeStats.Builder,ModelSizeStats.Builder> fn)
-
-
Method Details
-
bucketAllocationFailuresCount
public long bucketAllocationFailuresCount()API name:bucket_allocation_failures_count -
jobId
public java.lang.String jobId()API name:job_id -
logTime
public java.lang.String logTime()API name:log_time -
memoryStatus
API name:memory_status -
modelBytes
public long modelBytes()API name:model_bytes -
modelBytesExceeded
public long modelBytesExceeded()API name:model_bytes_exceeded -
modelBytesMemoryLimit
public long modelBytesMemoryLimit()API name:model_bytes_memory_limit -
peakModelBytes
public long peakModelBytes()API name:peak_model_bytes -
assignmentMemoryBasis
@Nullable public java.lang.String assignmentMemoryBasis()API name:assignment_memory_basis -
resultType
public java.lang.String resultType()API name:result_type -
totalByFieldCount
public long totalByFieldCount()API name:total_by_field_count -
totalOverFieldCount
public long totalOverFieldCount()API name:total_over_field_count -
totalPartitionFieldCount
public long totalPartitionFieldCount()API name:total_partition_field_count -
categorizationStatus
API name:categorization_status -
categorizedDocCount
public int categorizedDocCount()API name:categorized_doc_count -
deadCategoryCount
public int deadCategoryCount()API name:dead_category_count -
failedCategoryCount
public int failedCategoryCount()API name:failed_category_count -
frequentCategoryCount
public int frequentCategoryCount()API name:frequent_category_count -
rareCategoryCount
public int rareCategoryCount()API name:rare_category_count -
totalCategoryCount
public int totalCategoryCount()API name:total_category_count -
timestamp
@Nullable public java.lang.Long timestamp()API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupModelSizeStatsDeserializer
protected static void setupModelSizeStatsDeserializer(DelegatingDeserializer<ModelSizeStats.Builder> op)
-