Class Influencer
java.lang.Object
co.elastic.clients.elasticsearch.ml.Influencer
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Influencer>Json deserializer forInfluencer
- 
Method SummaryModifier and TypeMethodDescriptionfinal longRequired - The length of the bucket in seconds.final Stringfoo()Additional influencer properties are added, depending on the fields being analyzed.final StringRequired - The field name of the influencer.final StringRequired - The entity that influenced, contributed to, or was to blame for the anomaly.final doubleRequired - A normalized score between 0-100, which is based on the probability of the influencer in this bucket aggregated across detectors.final doubleRequired - A normalized score between 0-100, which is based on the probability of the influencer aggregated across detectors.final booleanRequired - If true, this is an interim result.final StringjobId()Required - Identifier for the anomaly detection job.static Influencerfinal doubleRequired - The probability that the influencer has this behavior, in the range 0 to 1.final StringRequired - 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 voidfinal longRequired - The start time of the bucket for which these results were calculated.toString()
- 
Field Details- 
_DESERIALIZERJson deserializer forInfluencer
 
- 
- 
Method Details- 
of
- 
bucketSpanpublic 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
- 
influencerScorepublic final double influencerScore()Required - A normalized score between 0-100, which is based on the probability of the influencer in this bucket aggregated across detectors. Unlikeinitial_influencer_score, this value is updated by a re-normalization process as new data is analyzed.API name: influencer_score
- 
influencerFieldNameRequired - The field name of the influencer.API name: influencer_field_name
- 
influencerFieldValueRequired - The entity that influenced, contributed to, or was to blame for the anomaly.API name: influencer_field_value
- 
initialInfluencerScorepublic final double initialInfluencerScore()Required - A normalized score between 0-100, which is based on the probability of the influencer aggregated across detectors. This is the initial value that was calculated at the time the bucket was processed.API name: initial_influencer_score
- 
isInterimpublic 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
- 
jobIdRequired - Identifier for the anomaly detection job.API name: job_id
- 
probabilitypublic final double probability()Required - The probability that the influencer has this behavior, in the range 0 to 1. This value can be held to a high precision of over 300 decimal places, so theinfluencer_scoreis provided as a human-readable and friendly interpretation of this value.API name: probability
- 
resultTypeRequired - Internal. This value is always set toinfluencer.API name: result_type
- 
timestamppublic final long timestamp()Required - The start time of the bucket for which these results were calculated.API name: timestamp
- 
fooAdditional influencer properties are added, depending on the fields being analyzed. For example, if it’s analyzinguser_nameas an influencer, a fielduser_nameis added to the result document. This information enables you to filter the anomaly results more easily.API name: foo
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupInfluencerDeserializer
 
-