Class SimulateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.SimulateRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class SimulateRequest extends RequestBase implements JsonpSerializable
Simulate a pipeline.

Run an ingest pipeline against a set of provided documents. You can either specify an existing pipeline to use with the provided documents or supply a pipeline definition in the body of the request.

See Also: