Class EstimateModelMemoryRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.EstimateModelMemoryRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class EstimateModelMemoryRequest
extends RequestBase
implements JsonpSerializable
Estimate job model memory usage.
Make an estimation of the memory usage for an anomaly detection job model. The estimate is based on analysis configuration details for the job and cardinality estimates for the fields it references.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<EstimateModelMemoryRequest>Json deserializer forEstimateModelMemoryRequestEndpoint "ml.estimate_model_memory". -
Method Summary
Modifier and TypeMethodDescriptionfinal AnalysisConfigFor a list of the properties that you can specify in theanalysis_configcomponent of the body of this API.Estimates of the highest cardinality in a single bucket that is observed for influencer fields over the time period that the job analyzes data.static EstimateModelMemoryRequestEstimates of the cardinality that is observed for fields over the whole time period that the job analyzes data.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupEstimateModelMemoryRequestDeserializer(ObjectDeserializer<EstimateModelMemoryRequest.Builder> op) Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forEstimateModelMemoryRequest -
_ENDPOINT
public static final Endpoint<EstimateModelMemoryRequest,EstimateModelMemoryResponse, _ENDPOINTErrorResponse> Endpoint "ml.estimate_model_memory".
-
-
Method Details
-
of
public static EstimateModelMemoryRequest of(Function<EstimateModelMemoryRequest.Builder, ObjectBuilder<EstimateModelMemoryRequest>> fn) -
analysisConfig
For a list of the properties that you can specify in theanalysis_configcomponent of the body of this API.API name:
analysis_config -
maxBucketCardinality
Estimates of the highest cardinality in a single bucket that is observed for influencer fields over the time period that the job analyzes data. To produce a good answer, values must be provided for all influencer fields. Providing values for fields that are not listed asinfluencershas no effect on the estimation.API name:
max_bucket_cardinality -
overallCardinality
Estimates of the cardinality that is observed for fields over the whole time period that the job analyzes data. To produce a good answer, values must be provided for fields referenced in theby_field_name,over_field_nameandpartition_field_nameof any detectors. Providing values for other fields has no effect on the estimation. It can be omitted from the request if no detectors have aby_field_name,over_field_nameorpartition_field_name.API name:
overall_cardinality -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupEstimateModelMemoryRequestDeserializer
protected static void setupEstimateModelMemoryRequestDeserializer(ObjectDeserializer<EstimateModelMemoryRequest.Builder> op)
-