Class ModelSizeStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.ModelSizeStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ModelSizeStats>Json deserializer forModelSizeStats -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:assignment_memory_basisfinal longRequired - API name:bucket_allocation_failures_countfinal CategorizationStatusRequired - API name:categorization_statusfinal intRequired - API name:categorized_doc_countfinal intRequired - API name:dead_category_countfinal intRequired - API name:failed_category_countfinal intRequired - API name:frequent_category_countfinal StringjobId()Required - API name:job_idfinal DateTimelogTime()Required - API name:log_timefinal MemoryStatusRequired - API name:memory_statusfinal StringRequired - API name:model_bytesfinal StringAPI name:model_bytes_exceededfinal StringAPI name:model_bytes_memory_limitstatic ModelSizeStatsfinal StringAPI name:output_memory_allocator_bytesfinal StringAPI name:peak_model_bytesfinal intRequired - API name:rare_category_countfinal StringRequired - 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 voidfinal LongAPI name:timestamptoString()final longRequired - API name:total_by_field_countfinal intRequired - API name:total_category_countfinal longRequired - API name:total_over_field_countfinal longRequired - API name:total_partition_field_count
-
Field Details
-
_DESERIALIZER
Json deserializer forModelSizeStats
-
-
Method Details
-
of
-
bucketAllocationFailuresCount
public final long bucketAllocationFailuresCount()Required - API name:bucket_allocation_failures_count -
jobId
Required - API name:job_id -
logTime
Required - API name:log_time -
memoryStatus
Required - API name:memory_status -
modelBytes
Required - API name:model_bytes -
modelBytesExceeded
API name:model_bytes_exceeded -
modelBytesMemoryLimit
API name:model_bytes_memory_limit -
outputMemoryAllocatorBytes
API name:output_memory_allocator_bytes -
peakModelBytes
API name:peak_model_bytes -
assignmentMemoryBasis
API name:assignment_memory_basis -
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
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
API name:timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupModelSizeStatsDeserializer
protected static void setupModelSizeStatsDeserializer(ObjectDeserializer<ModelSizeStats.Builder> op)
-