Class JobUsage
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.JobUsage
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JobUsage>Json deserializer forJobUsage
- 
Method SummaryModifier and TypeMethodDescriptionfinal intcount()Required - API name:countRequired - API name:created_byfinal JobStatisticsRequired - API name:detectorsfinal MlJobForecastsRequired - API name:forecastsfinal JobStatisticsRequired - API name:model_sizestatic JobUsagevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forJobUsage
 
- 
- 
Method Details- 
of
- 
countpublic final int count()Required - API name:count
- 
createdByRequired - API name:created_by
- 
detectorsRequired - API name:detectors
- 
forecastsRequired - API name:forecasts
- 
modelSizeRequired - API name:model_size
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupJobUsageDeserializer
 
-