Class OpenJobRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.OpenJobRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class OpenJobRequest
extends RequestBase
implements JsonpSerializable
Opens one or more anomaly detection jobs. An anomaly detection job must be opened in order for it to be ready to receive and analyze data. It can be opened and closed multiple times throughout its lifecycle. When you open a new job, it starts with an empty model. When you open an existing job, the most recent model state is automatically loaded. The job is ready to resume its analysis from where it left off, once new data is received.
See Also:
API specification