Class MlInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.MlInfoRequest
Get machine learning information. Get defaults and limits used by machine
learning. This endpoint is designed to be used by a user interface that needs
to fully understand machine learning configurations where some options are
not specified, meaning that the defaults should be used. This endpoint may be
used to find out what those defaults are. It also provides information about
the maximum size of machine learning jobs that could run in the current
cluster configuration.
- See Also:
-
Nested Class Summary
Nested 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<MlInfoRequest,
MlInfoResponse, ErrorResponse> Endpoint "ml.info
".static final MlInfoRequest
Singleton instance forMlInfoRequest
. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_INSTANCE
Singleton instance forMlInfoRequest
. -
_ENDPOINT
Endpoint "ml.info
".
-
-
Constructor Details
-
MlInfoRequest
public MlInfoRequest()
-