public static interface StopRetrainingSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<StopRetrainingSchedulerResponse.Builder,StopRetrainingSchedulerResponse>
| Modifier and Type | Method and Description |
|---|---|
StopRetrainingSchedulerResponse.Builder |
modelArn(String modelArn)
The ARN of the model whose retraining scheduler is being stopped.
|
StopRetrainingSchedulerResponse.Builder |
modelName(String modelName)
The name of the model whose retraining scheduler is being stopped.
|
StopRetrainingSchedulerResponse.Builder |
status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
StopRetrainingSchedulerResponse.Builder |
status(String status)
The status of the retraining scheduler.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopRetrainingSchedulerResponse.Builder modelName(String modelName)
The name of the model whose retraining scheduler is being stopped.
modelName - The name of the model whose retraining scheduler is being stopped.StopRetrainingSchedulerResponse.Builder modelArn(String modelArn)
The ARN of the model whose retraining scheduler is being stopped.
modelArn - The ARN of the model whose retraining scheduler is being stopped.StopRetrainingSchedulerResponse.Builder status(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusStopRetrainingSchedulerResponse.Builder status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusCopyright © 2023. All rights reserved.