public static interface ListRetrainingSchedulersRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRetrainingSchedulersRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
|
ListRetrainingSchedulersRequest.Builder |
modelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you
specify.
|
ListRetrainingSchedulersRequest.Builder |
nextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned.
|
ListRetrainingSchedulersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRetrainingSchedulersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRetrainingSchedulersRequest.Builder |
status(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
ListRetrainingSchedulersRequest.Builder |
status(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRetrainingSchedulersRequest.Builder modelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
modelNameBeginsWith - Specify this field to only list retraining schedulers whose machine learning models begin with the
value you specify.ListRetrainingSchedulersRequest.Builder status(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
status - Specify this field to only list retraining schedulers whose status matches the value you specify.RetrainingSchedulerStatus,
RetrainingSchedulerStatusListRetrainingSchedulersRequest.Builder status(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
status - Specify this field to only list retraining schedulers whose status matches the value you specify.RetrainingSchedulerStatus,
RetrainingSchedulerStatusListRetrainingSchedulersRequest.Builder nextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
nextToken - If the number of results exceeds the maximum, a pagination token is returned. Use the token in the
request to show the next page of retraining schedulers.ListRetrainingSchedulersRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
maxResults - Specifies the maximum number of retraining schedulers to list.ListRetrainingSchedulersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRetrainingSchedulersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.