Class UpdateDataFrameAnalyticsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.UpdateDataFrameAnalyticsRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class UpdateDataFrameAnalyticsRequest extends RequestBase implements JsonpSerializable
Updates an existing data frame analytics job.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateDataFrameAnalyticsRequest.BuilderBuilder forUpdateDataFrameAnalyticsRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UpdateDataFrameAnalyticsRequest>_DESERIALIZERJson deserializer forUpdateDataFrameAnalyticsRequeststatic Endpoint<UpdateDataFrameAnalyticsRequest,UpdateDataFrameAnalyticsResponse,ErrorResponse>_ENDPOINTEndpoint "ml.update_data_frame_analytics". -
Method Summary
Modifier and Type Method Description java.lang.BooleanallowLazyStart()Specifies whether this job can start when there is insufficient machine learning node capacity for it to be immediately assigned to a node.java.lang.Stringdescription()A description of the job.java.lang.Stringid()Required - Identifier for the data frame analytics job.java.lang.IntegermaxNumThreads()The maximum number of threads to be used by the analysis.java.lang.StringmodelMemoryLimit()The approximate maximum amount of memory resources that are permitted for analytical processing.static UpdateDataFrameAnalyticsRequestof(java.util.function.Function<UpdateDataFrameAnalyticsRequest.Builder,ObjectBuilder<UpdateDataFrameAnalyticsRequest>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupUpdateDataFrameAnalyticsRequestDeserializer(ObjectDeserializer<UpdateDataFrameAnalyticsRequest.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forUpdateDataFrameAnalyticsRequest -
_ENDPOINT
public static final Endpoint<UpdateDataFrameAnalyticsRequest,UpdateDataFrameAnalyticsResponse,ErrorResponse> _ENDPOINTEndpoint "ml.update_data_frame_analytics".
-
-
Method Details
-
of
public static UpdateDataFrameAnalyticsRequest of(java.util.function.Function<UpdateDataFrameAnalyticsRequest.Builder,ObjectBuilder<UpdateDataFrameAnalyticsRequest>> fn) -
allowLazyStart
@Nullable public final java.lang.Boolean allowLazyStart()Specifies whether this job can start when there is insufficient machine learning node capacity for it to be immediately assigned to a node.API name:
allow_lazy_start -
description
@Nullable public final java.lang.String description()A description of the job.API name:
description -
id
public final java.lang.String id()Required - Identifier for the data frame analytics job. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.API name:
id -
maxNumThreads
@Nullable public final java.lang.Integer maxNumThreads()The maximum number of threads to be used by the analysis. Using more threads may decrease the time necessary to complete the analysis at the cost of using more CPU. Note that the process may use additional threads for operational functionality other than the analysis itself.API name:
max_num_threads -
modelMemoryLimit
@Nullable public final java.lang.String modelMemoryLimit()The approximate maximum amount of memory resources that are permitted for analytical processing. The default value for data frame analytics jobs is 1gb. If your elasticsearch.yml file contains anxpack.ml.max_model_memory_limitsetting, an error occurs when you try to create data frame analytics jobs that have model_memory_limit values greater than that setting.API name:
model_memory_limit -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupUpdateDataFrameAnalyticsRequestDeserializer
protected static void setupUpdateDataFrameAnalyticsRequestDeserializer(ObjectDeserializer<UpdateDataFrameAnalyticsRequest.Builder> op)
-