Class DataCounts
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataCounts
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DataCounts extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataCounts.BuilderBuilder forDataCounts. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataCounts>_DESERIALIZERJson deserializer forDataCounts -
Method Summary
Modifier and Type Method Description longbucketCount()Required - API name:bucket_countjava.lang.LongearliestRecordTimestamp()API name:earliest_record_timestamplongemptyBucketCount()Required - API name:empty_bucket_countlonginputBytes()Required - API name:input_byteslonginputFieldCount()Required - API name:input_field_countlonginputRecordCount()Required - API name:input_record_countlonginvalidDateCount()Required - API name:invalid_date_countjava.lang.StringjobId()Required - API name:job_idjava.lang.LonglastDataTime()API name:last_data_timejava.lang.LonglatestBucketTimestamp()API name:latest_bucket_timestampjava.lang.LonglatestEmptyBucketTimestamp()API name:latest_empty_bucket_timestampjava.lang.LonglatestRecordTimestamp()API name:latest_record_timestampjava.lang.LonglatestSparseBucketTimestamp()API name:latest_sparse_bucket_timestampjava.lang.LonglogTime()API name:log_timelongmissingFieldCount()Required - API name:missing_field_countstatic DataCountsof(java.util.function.Function<DataCounts.Builder,ObjectBuilder<DataCounts>> fn)longoutOfOrderTimestampCount()Required - API name:out_of_order_timestamp_countlongprocessedFieldCount()Required - API name:processed_field_countlongprocessedRecordCount()Required - API name:processed_record_countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataCountsDeserializer(ObjectDeserializer<DataCounts.Builder> op)longsparseBucketCount()Required - API name:sparse_bucket_countMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDataCounts
-
-
Method Details
-
of
public static DataCounts of(java.util.function.Function<DataCounts.Builder,ObjectBuilder<DataCounts>> fn) -
bucketCount
public final long bucketCount()Required - API name:bucket_count -
earliestRecordTimestamp
@Nullable public final java.lang.Long earliestRecordTimestamp()API name:earliest_record_timestamp -
emptyBucketCount
public final long emptyBucketCount()Required - API name:empty_bucket_count -
inputBytes
public final long inputBytes()Required - API name:input_bytes -
inputFieldCount
public final long inputFieldCount()Required - API name:input_field_count -
inputRecordCount
public final long inputRecordCount()Required - API name:input_record_count -
invalidDateCount
public final long invalidDateCount()Required - API name:invalid_date_count -
jobId
public final java.lang.String jobId()Required - API name:job_id -
lastDataTime
@Nullable public final java.lang.Long lastDataTime()API name:last_data_time -
latestEmptyBucketTimestamp
@Nullable public final java.lang.Long latestEmptyBucketTimestamp()API name:latest_empty_bucket_timestamp -
latestRecordTimestamp
@Nullable public final java.lang.Long latestRecordTimestamp()API name:latest_record_timestamp -
latestSparseBucketTimestamp
@Nullable public final java.lang.Long latestSparseBucketTimestamp()API name:latest_sparse_bucket_timestamp -
latestBucketTimestamp
@Nullable public final java.lang.Long latestBucketTimestamp()API name:latest_bucket_timestamp -
logTime
@Nullable public final java.lang.Long logTime()API name:log_time -
missingFieldCount
public final long missingFieldCount()Required - API name:missing_field_count -
outOfOrderTimestampCount
public final long outOfOrderTimestampCount()Required - API name:out_of_order_timestamp_count -
processedFieldCount
public final long processedFieldCount()Required - API name:processed_field_count -
processedRecordCount
public final long processedRecordCount()Required - API name:processed_record_count -
sparseBucketCount
public final long sparseBucketCount()Required - API name:sparse_bucket_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDataCountsDeserializer
-