public static interface MlResourceDefinition.Builder extends SdkPojo, CopyableBuilder<MlResourceDefinition.Builder,MlResourceDefinition>
| Modifier and Type | Method and Description |
|---|---|
MlResourceDefinition.Builder |
arn(String arn)
The resource ARN.
|
MlResourceDefinition.Builder |
cloudwatchLogUrl(String cloudwatchLogUrl)
The CloudWatch log URL for the resource.
|
MlResourceDefinition.Builder |
failureReason(String failureReason)
The failure reason, in case of a failure.
|
MlResourceDefinition.Builder |
name(String name)
The resource name.
|
MlResourceDefinition.Builder |
outputLocation(String outputLocation)
The output location.
|
MlResourceDefinition.Builder |
status(String status)
The resource status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMlResourceDefinition.Builder name(String name)
The resource name.
name - The resource name.MlResourceDefinition.Builder arn(String arn)
The resource ARN.
arn - The resource ARN.MlResourceDefinition.Builder status(String status)
The resource status.
status - The resource status.MlResourceDefinition.Builder outputLocation(String outputLocation)
The output location.
outputLocation - The output location.MlResourceDefinition.Builder failureReason(String failureReason)
The failure reason, in case of a failure.
failureReason - The failure reason, in case of a failure.MlResourceDefinition.Builder cloudwatchLogUrl(String cloudwatchLogUrl)
The CloudWatch log URL for the resource.
cloudwatchLogUrl - The CloudWatch log URL for the resource.Copyright © 2023. All rights reserved.