java.lang.Object
org.elasticsearch.client.ml.job.config.Job
All Implemented Interfaces:
ToXContent, ToXContentObject

public class Job
extends java.lang.Object
implements ToXContentObject
This class represents a configured and created Job. The creation time is set to the time the object was constructed and the finished time and last data time fields are null until the job has seen some data or it is finished respectively.