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 machine learning models to be listed.
|
ListModelsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
|
ListModelsRequest.Builder |
modelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
|
ListModelsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
|
ListModelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelsRequest.Builder |
status(ModelStatus status)
The status of the machine learning model.
|
ListModelsRequest.Builder |
status(String status)
The status of the machine learning model.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
nextToken - An opaque pagination token indicating where to continue the listing of machine learning models.ListModelsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
maxResults - Specifies the maximum number of machine learning models to list.ListModelsRequest.Builder status(String status)
The status of the machine learning model.
status - The status of the machine learning model.ModelStatus,
ModelStatusListModelsRequest.Builder status(ModelStatus status)
The status of the machine learning model.
status - The status of the machine learning model.ModelStatus,
ModelStatusListModelsRequest.Builder modelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
modelNameBeginsWith - The beginning of the name of the machine learning models being listed.ListModelsRequest.Builder datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
datasetNameBeginsWith - The beginning of the name of the dataset of the machine learning 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 © 2023. All rights reserved.