Uses of Class
org.elasticsearch.client.ml.job.config.Job
-
Packages that use Job Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.job.config -
-
Uses of Job in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return Job Modifier and Type Method Description JobPutJobRequest. getJob()JobPutJobResponse. getResponse()Methods in org.elasticsearch.client.ml that return types with arguments of type Job Modifier and Type Method Description List<Job>GetJobResponse. jobs()The collection ofJobobjects found in the queryConstructors in org.elasticsearch.client.ml with parameters of type Job Constructor Description PutJobRequest(Job job)Construct a new PutJobRequest -
Uses of Job in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return Job Modifier and Type Method Description JobJob.Builder. build()Builds a job.Constructors in org.elasticsearch.client.ml.job.config with parameters of type Job Constructor Description Builder(Job job)
-