Class JobStats
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class JobStats extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobStats.BuilderBuilder forJobStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<JobStats>_DESERIALIZERJson deserializer forJobStats -
Constructor Summary
Constructors Constructor Description JobStats(JobStats.Builder builder)JobStats(java.util.function.Function<JobStats.Builder,JobStats.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringassignmentExplanation()Required - API name:assignment_explanationDataCountsdataCounts()Required - API name:data_countsjava.lang.Booleandeleting()API name:deletingJobForecastStatisticsforecastsStats()Required - API name:forecasts_statsjava.lang.StringjobId()Required - API name:job_idModelSizeStatsmodelSizeStats()Required - API name:model_size_statsDiscoveryNodenode()Required - API name:nodejava.lang.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 voidsetupJobStatsDeserializer(DelegatingDeserializer<JobStats.Builder> op)JobStatestate()Required - API name:stateJobTimingStatstimingStats()Required - API name:timing_statsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forJobStats
-
-
Constructor Details
-
JobStats
-
JobStats
-
-
Method Details
-
assignmentExplanation
public java.lang.String assignmentExplanation()Required - API name:assignment_explanation -
dataCounts
Required - API name:data_counts -
forecastsStats
Required - API name:forecasts_stats -
jobId
public java.lang.String jobId()Required - API name:job_id -
modelSizeStats
Required - API name:model_size_stats -
node
Required - API name:node -
openTime
@Nullable public java.lang.String openTime()API name:open_time -
state
Required - API name:state -
timingStats
Required - API name:timing_stats -
deleting
@Nullable public java.lang.Boolean deleting()API name:deleting -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupJobStatsDeserializer
-