Class GetTrainedModelsStatsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetTrainedModelsStatsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetTrainedModelsStatsRequest>
- Enclosing class:
- GetTrainedModelsStatsRequest
public static class GetTrainedModelsStatsRequest.Builder extends java.lang.Object implements ObjectBuilder<GetTrainedModelsStatsRequest>
Builder for
GetTrainedModelsStatsRequest
.-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description GetTrainedModelsStatsRequest.Builder
allowNoMatch(java.lang.Boolean value)
Specifies what to do when the request: Contains wildcard expressions and there are no models that match. Contains the _all string or no identifiers and there are no matches. Contains wildcard expressions and there are only partial matches.GetTrainedModelsStatsRequest
build()
Builds aGetTrainedModelsStatsRequest
.GetTrainedModelsStatsRequest.Builder
from(java.lang.Integer value)
Skips the specified number of models.GetTrainedModelsStatsRequest.Builder
modelId(java.lang.String value)
The unique identifier of the trained model.GetTrainedModelsStatsRequest.Builder
size(java.lang.Integer value)
Specifies the maximum number of models to obtain.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelId
The unique identifier of the trained model.API name:
model_id
-
allowNoMatch
Specifies what to do when the request:- Contains wildcard expressions and there are no models that match.
- Contains the _all string or no identifiers and there are no matches.
- Contains wildcard expressions and there are only partial matches.
API name:
allow_no_match
-
from
Skips the specified number of models.API name:
from
-
size
Specifies the maximum number of models to obtain.API name:
size
-
build
Builds aGetTrainedModelsStatsRequest
.- Specified by:
build
in interfaceObjectBuilder<GetTrainedModelsStatsRequest>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-