Class GetJobStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.GetJobStatsRequest
Retrieves usage information for anomaly detection jobs.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetJobStatsRequest,GetJobStatsResponse, ErrorResponse> Endpoint "ml.get_job_stats". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanDeprecated.final StringjobId()Identifier for the anomaly detection job.static GetJobStatsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ml.get_job_stats".
-
-
Method Details
-
of
public static GetJobStatsRequest of(Function<GetJobStatsRequest.Builder, ObjectBuilder<GetJobStatsRequest>> fn) -
allowNoJobs
Deprecated.7.10.0 Useallow_no_matchinstead.Specifies what to do when the request:- Contains wildcard expressions and there are no jobs that match.
- Contains the _all string or no identifiers and there are no matches.
- Contains wildcard expressions and there are only partial matches.
The default value is
true, which returns an emptyjobsarray when there are no matches and the subset of results when there are partial matches. If this parameter isfalse, the request returns a404status code when there are no matches or only partial matches.API name:
allow_no_jobs -
jobId
Identifier for the anomaly detection job. It can be a job identifier, a group name, a comma-separated list of jobs, or a wildcard expression. If you do not specify one of these options, the API returns information for all anomaly detection jobs.API name:
job_id
-
allow_no_matchinstead.