Class BucketInfluencer
java.lang.Object
co.elastic.clients.elasticsearch.ml.BucketInfluencer
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class BucketInfluencer extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBucketInfluencer.BuilderBuilder forBucketInfluencer. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<BucketInfluencer>_DESERIALIZERJson deserializer forBucketInfluencer -
Method Summary
Modifier and Type Method Description doubleanomalyScore()Required - A normalized score between 0-100, which is calculated for each bucket influencer.longbucketSpan()Required - The length of the bucket in seconds.java.lang.StringinfluencerFieldName()Required - The field name of the influencer.doubleinitialAnomalyScore()Required - The score between 0-100 for each bucket influencer.booleanisInterim()Required - If true, this is an interim result.java.lang.StringjobId()Required - Identifier for the anomaly detection job.static BucketInfluencerof(java.util.function.Function<BucketInfluencer.Builder,ObjectBuilder<BucketInfluencer>> fn)doubleprobability()Required - The probability that the bucket has this behavior, in the range 0 to 1.doublerawAnomalyScore()Required - Internal.java.lang.StringresultType()Required - Internal.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupBucketInfluencerDeserializer(ObjectDeserializer<BucketInfluencer.Builder> op)Timetimestamp()Required - The start time of the bucket for which these results were calculated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forBucketInfluencer
-
-
Method Details
-
of
public static BucketInfluencer of(java.util.function.Function<BucketInfluencer.Builder,ObjectBuilder<BucketInfluencer>> fn) -
anomalyScore
public final double anomalyScore()Required - A normalized score between 0-100, which is calculated for each bucket influencer. This score might be updated as newer data is analyzed.API name:
anomaly_score -
bucketSpan
public final long bucketSpan()Required - The length of the bucket in seconds. This value matches the bucket span that is specified in the job.API name:
bucket_span -
influencerFieldName
public final java.lang.String influencerFieldName()Required - The field name of the influencer.API name:
influencer_field_name -
initialAnomalyScore
public final double initialAnomalyScore()Required - The score between 0-100 for each bucket influencer. This score is the initial value that was calculated at the time the bucket was processed.API name:
initial_anomaly_score -
isInterim
public final boolean isInterim()Required - If true, this is an interim result. In other words, the results are calculated based on partial input data.API name:
is_interim -
jobId
public final java.lang.String jobId()Required - Identifier for the anomaly detection job.API name:
job_id -
probability
public final double probability()Required - The probability that the bucket has this behavior, in the range 0 to 1. This value can be held to a high precision of over 300 decimal places, so theanomaly_scoreis provided as a human-readable and friendly interpretation of this.API name:
probability -
rawAnomalyScore
public final double rawAnomalyScore()Required - Internal.API name:
raw_anomaly_score -
resultType
public final java.lang.String resultType()Required - Internal. This value is always set tobucket_influencer.API name:
result_type -
timestamp
Required - The start time of the bucket for which these results were calculated.API name:
timestamp -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupBucketInfluencerDeserializer
protected static void setupBucketInfluencerDeserializer(ObjectDeserializer<BucketInfluencer.Builder> op)
-