Class PostDataRequest<TData>

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.PostDataRequest<TData>
All Implemented Interfaces:
JsonpSerializable

@Deprecated @JsonpDeserializable public class PostDataRequest<TData> extends RequestBase implements JsonpSerializable
Deprecated.
7.11.0 Posting data directly to anomaly detection jobs is deprecated, in a future major version a datafeed will be required.
Sends data to an anomaly detection job for analysis.

IMPORTANT: For each job, data can be accepted from only a single connection at a time. It is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.

See Also: