public static interface ListModelsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelsRequest.Builder |
datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
|
ListModelsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
|
ListModelsRequest.Builder |
modelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
|
ListModelsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
ListModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelsRequest.Builder |
status(ModelStatus status)
The status of the ML model.
|
ListModelsRequest.Builder |
status(String status)
The status of the ML model.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken - An opaque pagination token indicating where to continue the listing of ML models.ListModelsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of ML models to list.
maxResults - Specifies the maximum number of ML models to list.ListModelsRequest.Builder status(String status)
The status of the ML model.
status - The status of the ML model.ModelStatus,
ModelStatusListModelsRequest.Builder status(ModelStatus status)
The status of the ML model.
status - The status of the ML model.ModelStatus,
ModelStatusListModelsRequest.Builder modelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the ML models being listed.
modelNameBeginsWith - The beginning of the name of the ML models being listed.ListModelsRequest.Builder datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the ML models to be listed.
datasetNameBeginsWith - The beginning of the name of the dataset of the ML models to be listed.ListModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.