/AWS1/CL_FCSEXPLAINABILITYINFO¶
Provides information about the Explainability resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_explainabilityarn TYPE /AWS1/FCSARN /AWS1/FCSARN¶
The Amazon Resource Name (ARN) of the Explainability.
iv_status TYPE /AWS1/FCSSTATUS /AWS1/FCSSTATUS¶
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
Queryable Attributes¶
ExplainabilityArn¶
The Amazon Resource Name (ARN) of the Explainability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPLAINABILITYARN() |
Getter for EXPLAINABILITYARN, with configurable default |
ASK_EXPLAINABILITYARN() |
Getter for EXPLAINABILITYARN w/ exceptions if field has no v |
HAS_EXPLAINABILITYARN() |
Determine if EXPLAINABILITYARN has a value |
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
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |