Class MlDatafeedsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.MlDatafeedsRequest
public class MlDatafeedsRequest extends CatRequestBase
Gets configuration and usage information about datafeeds.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MlDatafeedsRequest.Builder
Builder forMlDatafeedsRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<MlDatafeedsRequest,MlDatafeedsResponse,ErrorResponse>
_ENDPOINT
Endpoint "cat.ml_datafeeds
". -
Method Summary
Modifier and Type Method Description java.lang.Boolean
allowNoDatafeeds()
Deprecated.java.lang.String
datafeedId()
The ID of the datafeeds stats to fetchstatic MlDatafeedsRequest
of(java.util.function.Function<MlDatafeedsRequest.Builder,ObjectBuilder<MlDatafeedsRequest>> fn)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "cat.ml_datafeeds
".
-
-
Method Details
-
of
public static MlDatafeedsRequest of(java.util.function.Function<MlDatafeedsRequest.Builder,ObjectBuilder<MlDatafeedsRequest>> fn) -
allowNoDatafeeds
@Deprecated @Nullable public final java.lang.Boolean allowNoDatafeeds()Deprecated.7.10.0 Useallow_no_match
instead.Whether to ignore if a wildcard expression matches no datafeeds. (This includes_all
string or when no datafeeds have been specified)API name:
allow_no_datafeeds
-
datafeedId
@Nullable public final java.lang.String datafeedId()The ID of the datafeeds stats to fetchAPI name:
datafeed_id
-
allow_no_match
instead.