public static interface ListRetrainingSchedulersResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListRetrainingSchedulersResponse.Builder,ListRetrainingSchedulersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRetrainingSchedulersResponse.Builder |
nextToken(String nextToken)
If the number of results exceeds the maximum, this pagination token is returned.
|
ListRetrainingSchedulersResponse.Builder |
retrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
ListRetrainingSchedulersResponse.Builder |
retrainingSchedulerSummaries(Consumer<RetrainingSchedulerSummary.Builder>... retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
ListRetrainingSchedulersResponse.Builder |
retrainingSchedulerSummaries(RetrainingSchedulerSummary... retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
retrainingSchedulerSummaries - Provides information on the specified retraining scheduler, including the model name, model ARN,
status, and start date.ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(RetrainingSchedulerSummary... retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
retrainingSchedulerSummaries - Provides information on the specified retraining scheduler, including the model name, model ARN,
status, and start date.ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(Consumer<RetrainingSchedulerSummary.Builder>... retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
This is a convenience method that creates an instance of theRetrainingSchedulerSummary.Builder avoiding
the need to create one manually via
RetrainingSchedulerSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #retrainingSchedulerSummaries(List.
retrainingSchedulerSummaries - a consumer that will call methods on
RetrainingSchedulerSummary.Builder#retrainingSchedulerSummaries(java.util.Collection) ListRetrainingSchedulersResponse.Builder nextToken(String nextToken)
If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.
nextToken - If the number of results exceeds the maximum, this pagination token is returned. Use this token in the
request to show the next page of retraining schedulers.Copyright © 2023. All rights reserved.