public static interface ExplainabilityInfo.Builder extends SdkPojo, CopyableBuilder<ExplainabilityInfo.Builder,ExplainabilityInfo>
| Modifier and Type | Method and Description |
|---|---|
ExplainabilityInfo.Builder |
explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
|
ExplainabilityInfo.Builder |
status(String status)
The status of the Explainability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExplainabilityInfo.Builder explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.ExplainabilityInfo.Builder status(String status)
The status of the Explainability. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
status - The status of the Explainability. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
Copyright © 2023. All rights reserved.