Class JobForecastStatistics
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobForecastStatistics
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class JobForecastStatistics extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description intforecastedJobs()Required - API name:forecasted_jobsJobStatisticsmemoryBytes()API name:memory_bytesstatic JobForecastStatisticsof(java.util.function.Function<JobForecastStatistics.Builder,ObjectBuilder<JobForecastStatistics>> fn)JobStatisticsprocessingTimeMs()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(ObjectDeserializer<JobForecastStatistics.Builder> op)java.util.Map<java.lang.String,java.lang.Long>status()API name:statusjava.lang.StringtoString()longtotal()Required - API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forJobForecastStatistics
-
-
Method Details
-
of
public static JobForecastStatistics of(java.util.function.Function<JobForecastStatistics.Builder,ObjectBuilder<JobForecastStatistics>> fn) -
memoryBytes
API name:memory_bytes -
processingTimeMs
API name:processing_time_ms -
records
API name:records -
status
public final java.util.Map<java.lang.String,java.lang.Long> status()API name:status -
total
public final long total()Required - API name:total -
forecastedJobs
public final int forecastedJobs()Required - API name:forecasted_jobs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupJobForecastStatisticsDeserializer
protected static void setupJobForecastStatisticsDeserializer(ObjectDeserializer<JobForecastStatistics.Builder> op)
-