Amazon Forecast is no longer available to new customers. Existing customers of
Amazon Forecast can continue to use the service as normal.
Learn more"
ExplainabilitySummary
Provides a summary of the Explainability properties used in the ListExplainabilities operation. To get a complete set of properties,
call the DescribeExplainability operation, and provide the listed
ExplainabilityArn
.
Contents
- CreationTime
-
When the Explainability was created.
Type: Timestamp
Required: No
- ExplainabilityArn
-
The Amazon Resource Name (ARN) of the Explainability.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
Required: No
- ExplainabilityConfig
-
The configuration settings that define the granularity of time series and time points for the Explainability.
Type: ExplainabilityConfig object
Required: No
- ExplainabilityName
-
The name of the Explainability.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*
Required: No
- LastModificationTime
-
The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING
- TheCreationTime
. -
CREATE_IN_PROGRESS
- The current timestamp. -
CREATE_STOPPING
- The current timestamp. -
CREATE_STOPPED
- When the job stopped. -
ACTIVE
orCREATE_FAILED
- When the job finished or failed.
Type: Timestamp
Required: No
-
- Message
-
Information about any errors that may have occurred during the Explainability creation process.
Type: String
Required: No
- ResourceArn
-
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
Required: No
- 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
Type: String
Length Constraints: Maximum length of 256.
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: