Class MlDataFrameAnalyticsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.MlDataFrameAnalyticsRequest
Get data frame analytics jobs.
Get configuration and usage information about data frame analytics jobs.
IMPORTANT: CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "cat.ml_data_frame_analytics". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanWhether to ignore if a wildcard expression matches no configs.final Bytesbytes()The unit in which to display byte valuesfinal List<CatDfaColumn>h()Comma-separated list of column names to display.final Stringid()The ID of the data frame analytics to fetchstatic MlDataFrameAnalyticsRequestfinal List<CatDfaColumn>s()Comma-separated list of column names or column aliases used to sort the response.final TimeUnittime()Unit used to display time values.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<MlDataFrameAnalyticsRequest,MlDataFrameAnalyticsResponse, _ENDPOINTErrorResponse> Endpoint "cat.ml_data_frame_analytics".
-
-
Method Details
-
of
-
allowNoMatch
Whether to ignore if a wildcard expression matches no configs. (This includes_allstring or when no configs have been specified)API name:
allow_no_match -
bytes
The unit in which to display byte valuesAPI name:
bytes -
h
Comma-separated list of column names to display.API name:
h -
id
The ID of the data frame analytics to fetchAPI name:
id -
s
Comma-separated list of column names or column aliases used to sort the response.API name:
s -
time
Unit used to display time values.API name:
time
-