Class GetDataFrameAnalyticsStatsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ml.GetDataFrameAnalyticsStatsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetDataFrameAnalyticsStatsRequest>
- Enclosing class:
- GetDataFrameAnalyticsStatsRequest
public static class GetDataFrameAnalyticsStatsRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<GetDataFrameAnalyticsStatsRequest>
Builder for
GetDataFrameAnalyticsStatsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetDataFrameAnalyticsStatsRequest.BuilderallowNoMatch(java.lang.Boolean value)Specifies what to do when the request: Contains wildcard expressions and there are no data frame analytics jobs that match. Contains the_allstring or no identifiers and there are no matches. Contains wildcard expressions and there are only partial matches.GetDataFrameAnalyticsStatsRequestbuild()Builds aGetDataFrameAnalyticsStatsRequest.GetDataFrameAnalyticsStatsRequest.Builderfrom(java.lang.Integer value)Skips the specified number of data frame analytics jobs.GetDataFrameAnalyticsStatsRequest.Builderid(java.lang.String value)Identifier for the data frame analytics job.GetDataFrameAnalyticsStatsRequest.Buildersize(java.lang.Integer value)Specifies the maximum number of data frame analytics jobs to obtain.GetDataFrameAnalyticsStatsRequest.Builderverbose(java.lang.Boolean value)Defines whether the stats response should be verbose.Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoMatch
public final GetDataFrameAnalyticsStatsRequest.Builder allowNoMatch(@Nullable java.lang.Boolean value)Specifies what to do when the request:- Contains wildcard expressions and there are no data frame analytics jobs that match.
- Contains the
_allstring or no identifiers and there are no matches. - Contains wildcard expressions and there are only partial matches.
The default value returns an empty data_frame_analytics array when there are no matches and the subset of results when there are partial matches. If this parameter is
false, the request returns a 404 status code when there are no matches or only partial matches.API name:
allow_no_match -
from
Skips the specified number of data frame analytics jobs.API name:
from -
id
Identifier for the data frame analytics job. If you do not specify this option, the API returns information for the first hundred data frame analytics jobs.API name:
id -
size
Specifies the maximum number of data frame analytics jobs to obtain.API name:
size -
verbose
Defines whether the stats response should be verbose.API name:
verbose -
build
Builds aGetDataFrameAnalyticsStatsRequest.- Specified by:
buildin interfaceObjectBuilder<GetDataFrameAnalyticsStatsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-