Class AnalysisConfigRead
java.lang.Object
co.elastic.clients.elasticsearch.ml.AnalysisConfigRead
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AnalysisConfigRead>Json deserializer forAnalysisConfigRead -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeRequired - The size of the interval that the analysis is aggregated into, typically between5mand1h.final CategorizationAnalyzerIfcategorization_field_nameis specified, you can also define the analyzer that is used to interpret the categorization field.final StringIf this property is specified, the values of the specified field will be categorized.Ifcategorization_field_nameis specified, you can also define optional filters.final List<DetectorRead>Required - An array of detector configuration objects.Required - A comma separated list of influencer field names.final Timelatency()The size of the window in which to expect data that is out of time order.final TimeAdvanced configuration option.final BooleanThis functionality is reserved for internal use.static AnalysisConfigReadSettings related to how categorization interacts with partition fields.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 StringIf this property is specified, the data that is fed to the job is expected to be pre-summarized.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAnalysisConfigRead
-
-
Method Details
-
of
public static AnalysisConfigRead of(Function<AnalysisConfigRead.Builder, ObjectBuilder<AnalysisConfigRead>> fn) -
bucketSpan
Required - The size of the interval that the analysis is aggregated into, typically between5mand1h.API name:
bucket_span -
categorizationAnalyzer
Ifcategorization_field_nameis specified, you can also define the analyzer that is used to interpret the categorization field. This property cannot be used at the same time ascategorization_filters. The categorization analyzer specifies how thecategorization_fieldis interpreted by the categorization process.API name:
categorization_analyzer -
categorizationFieldName
If this property is specified, the values of the specified field will be categorized. The resulting categories must be used in a detector by settingby_field_name,over_field_name, orpartition_field_nameto the keywordmlcategory.API name:
categorization_field_name -
categorizationFilters
Ifcategorization_field_nameis specified, you can also define optional filters. This property expects an array of regular expressions. The expressions are used to filter out matching sequences from the categorization field values.API name:
categorization_filters -
detectors
Required - An array of detector configuration objects. Detector configuration objects specify which data fields a job analyzes. They also specify which analytical functions are used. You can specify multiple detectors for a job.API name:
detectors -
influencers
Required - A comma separated list of influencer field names. Typically these can be the by, over, or partition fields that are used in the detector configuration. You might also want to use a field name that is not specifically named in a detector, but is available as part of the input data. When you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.API name:
influencers -
modelPruneWindow
Advanced configuration option. Affects the pruning of models that have not been updated for the given time duration. The value must be set to a multiple of thebucket_span. If set too low, important information may be removed from the model. Typically, set to30dor longer. If not set, model pruning only occurs if the model memory status reaches the soft limit or the hard limit. For jobs created in 8.1 and later, the default value is the greater of30dor 20 timesbucket_span.API name:
model_prune_window -
latency
The size of the window in which to expect data that is out of time order. Defaults to no latency. If you specify a non-zero value, it must be greater than or equal to one second.API name:
latency -
multivariateByFields
This functionality is reserved for internal use. It is not supported for use in customer environments and is not subject to the support SLA of official GA features. If set totrue, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold.API name:
multivariate_by_fields -
perPartitionCategorization
Settings related to how categorization interacts with partition fields.API name:
per_partition_categorization -
summaryCountFieldName
If this property is specified, the data that is fed to the job is expected to be pre-summarized. This property value is the name of the field that contains the count of raw data points that have been summarized. The samesummary_count_field_nameapplies to all detectors in the job.API name:
summary_count_field_name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAnalysisConfigReadDeserializer
protected static void setupAnalysisConfigReadDeserializer(ObjectDeserializer<AnalysisConfigRead.Builder> op)
-