public static interface CreateModelResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateModelResponse.Builder,CreateModelResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateModelResponse.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
|
CreateModelResponse.Builder |
status(ModelStatus status)
Indicates the status of the
CreateModel operation. |
CreateModelResponse.Builder |
status(String status)
Indicates the status of the
CreateModel operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelResponse.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
modelArn - The Amazon Resource Name (ARN) of the model being created.CreateModelResponse.Builder status(String status)
Indicates the status of the CreateModel operation.
status - Indicates the status of the CreateModel operation.ModelStatus,
ModelStatusCreateModelResponse.Builder status(ModelStatus status)
Indicates the status of the CreateModel operation.
status - Indicates the status of the CreateModel operation.ModelStatus,
ModelStatusCopyright © 2022. All rights reserved.