Class JobForecastStatistics
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobForecastStatistics
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class JobForecastStatistics extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobForecastStatistics.BuilderBuilder forJobForecastStatistics. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<JobForecastStatistics>_DESERIALIZERJson deserializer forJobForecastStatistics -
Constructor Summary
Constructors Constructor Description JobForecastStatistics(JobForecastStatistics.Builder builder)JobForecastStatistics(java.util.function.Function<JobForecastStatistics.Builder,JobForecastStatistics.Builder> fn) -
Method Summary
Modifier and Type Method Description intforecastedJobs()Required - API name:forecasted_jobsJobStatisticsmemoryBytes()API name:memory_bytesJobStatisticsprocessingTimeMs()API name:processing_time_msJobStatisticsrecords()API name:recordsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupJobForecastStatisticsDeserializer(DelegatingDeserializer<JobForecastStatistics.Builder> op)java.util.Map<java.lang.String,java.lang.Long>status()API name:statuslongtotal()Required - API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forJobForecastStatistics
-
-
Constructor Details
-
JobForecastStatistics
-
JobForecastStatistics
public JobForecastStatistics(java.util.function.Function<JobForecastStatistics.Builder,JobForecastStatistics.Builder> fn)
-
-
Method Details
-
memoryBytes
API name:memory_bytes -
processingTimeMs
API name:processing_time_ms -
records
API name:records -
status
@Nullable public java.util.Map<java.lang.String,java.lang.Long> status()API name:status -
total
public long total()Required - API name:total -
forecastedJobs
public int forecastedJobs()Required - API name:forecasted_jobs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupJobForecastStatisticsDeserializer
protected static void setupJobForecastStatisticsDeserializer(DelegatingDeserializer<JobForecastStatistics.Builder> op)
-