Class JobStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<JobStats>Json deserializer forJobStats -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:assignment_explanationfinal DataCountsRequired - API name:data_countsfinal Booleandeleting()API name:deletingfinal JobForecastStatisticsRequired - API name:forecasts_statsfinal StringjobId()Required - API name:job_idfinal ModelSizeStatsRequired - API name:model_size_statsfinal DiscoveryNodenode()API name:nodestatic JobStatsfinal StringopenTime()API name:open_timevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal JobStatestate()Required - API name:statefinal JobTimingStatsRequired - API name:timing_statstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forJobStats
-
-
Method Details
-
of
-
assignmentExplanation
API name:assignment_explanation -
dataCounts
Required - API name:data_counts -
forecastsStats
Required - API name:forecasts_stats -
jobId
Required - API name:job_id -
modelSizeStats
Required - API name:model_size_stats -
node
API name:node -
openTime
API name:open_time -
state
Required - API name:state -
timingStats
Required - API name:timing_stats -
deleting
API name:deleting -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupJobStatsDeserializer
-