Class ScheduleNowTransformRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.ScheduleNowTransformRequest
Schedule a transform to start now.
Instantly run a transform to process data. If you run this API, the transform
will process the new data instantly, without waiting for the configured
frequency interval. After the API is called, the transform will be processed
again at now + frequency
unless the API is called again in the
meantime.
- 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 TypeFieldDescriptionEndpoint "transform.schedule_now_transform
". -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduleNowTransformRequest
final Time
timeout()
Controls the time to wait for the scheduling to take placefinal String
Required - Identifier for the transform.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ScheduleNowTransformRequest,ScheduleNowTransformResponse, _ENDPOINTErrorResponse> Endpoint "transform.schedule_now_transform
".
-
-
Method Details
-
of
-
timeout
Controls the time to wait for the scheduling to take placeAPI name:
timeout
-
transformId
Required - Identifier for the transform.API name:
transform_id
-