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()Sets the units for columns that contain a byte-size value.final 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()Sets the units for columns that contain a time duration.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
Sets the units for columns that contain a byte-size value. Note that byte-size value units work in terms of powers of 1024. For instance1kbmeans 1024 bytes, not 1000 bytes. If omitted, byte-size values are rendered with a suffix such askb,mb, orgb, chosen such that the numeric value of the column is as small as possible whilst still being at least1.0. If given, byte-size values are rendered as an integer with no suffix, representing the value of the column in the chosen unit. Values that are not an exact multiple of the chosen unit are rounded down.API 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
Sets the units for columns that contain a time duration. If omitted, time duration values are rendered with a suffix such asms,s,morh, chosen such that the numeric value of the column is as small as possible whilst still being at least1.0. If given, time duration values are rendered as an integer with no suffix. Values that are not an exact multiple of the chosen unit are rounded down.API name:
time
-