public static interface CreateRetrainingSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateRetrainingSchedulerResponse.Builder,CreateRetrainingSchedulerResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRetrainingSchedulerResponse.Builder |
modelArn(String modelArn)
The ARN of the model that you added the retraining scheduler to.
|
CreateRetrainingSchedulerResponse.Builder |
modelName(String modelName)
The name of the model that you added the retraining scheduler to.
|
CreateRetrainingSchedulerResponse.Builder |
status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
CreateRetrainingSchedulerResponse.Builder |
status(String status)
The status of the retraining scheduler.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRetrainingSchedulerResponse.Builder modelName(String modelName)
The name of the model that you added the retraining scheduler to.
modelName - The name of the model that you added the retraining scheduler to.CreateRetrainingSchedulerResponse.Builder modelArn(String modelArn)
The ARN of the model that you added the retraining scheduler to.
modelArn - The ARN of the model that you added the retraining scheduler to.CreateRetrainingSchedulerResponse.Builder status(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusCreateRetrainingSchedulerResponse.Builder status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusCopyright © 2023. All rights reserved.