Amazon Forecast is no longer available to new customers. Existing customers of
Amazon Forecast can continue to use the service as normal.
Learn more"
DescribeExplainability
Describes an Explainability resource created using the CreateExplainability operation.
Important
Amazon Forecast is no longer available to new customers. Existing customers of
Amazon Forecast can continue to use the service as normal.
Learn more"
Request Syntax
{
"ExplainabilityArn": "string
"
}
Request Parameters
The request accepts the following data in JSON format.
- ExplainabilityArn
-
The Amazon Resource Name (ARN) of the Explaianability to describe.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
Required: Yes
Response Syntax
{
"CreationTime": number,
"DataSource": {
"S3Config": {
"KMSKeyArn": "string",
"Path": "string",
"RoleArn": "string"
}
},
"EnableVisualization": boolean,
"EndDateTime": "string",
"EstimatedTimeRemainingInMinutes": number,
"ExplainabilityArn": "string",
"ExplainabilityConfig": {
"TimePointGranularity": "string",
"TimeSeriesGranularity": "string"
},
"ExplainabilityName": "string",
"LastModificationTime": number,
"Message": "string",
"ResourceArn": "string",
"Schema": {
"Attributes": [
{
"AttributeName": "string",
"AttributeType": "string"
}
]
},
"StartDateTime": "string",
"Status": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- CreationTime
-
When the Explainability resource was created.
Type: Timestamp
- DataSource
-
The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.
Type: DataSource object
- EnableVisualization
-
Whether the visualization was enabled for the Explainability resource.
Type: Boolean
- EndDateTime
-
If
TimePointGranularity
is set toSPECIFIC
, the last time point in the Explainability.Type: String
Length Constraints: Maximum length of 19.
Pattern:
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
- EstimatedTimeRemainingInMinutes
-
The estimated time remaining in minutes for the CreateExplainability job to complete.
Type: Long
- ExplainabilityArn
-
The Amazon Resource Name (ARN) of the Explainability.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
- ExplainabilityConfig
-
The configuration settings that define the granularity of time series and time points for the Explainability.
Type: ExplainabilityConfig object
- 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_]*
- 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
-
- Message
-
If an error occurred, a message about the error.
Type: String
- ResourceArn
-
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
- Schema
-
Defines the fields of a dataset.
Type: Schema object
- StartDateTime
-
If
TimePointGranularity
is set toSPECIFIC
, the first time point in the Explainability.Type: String
Length Constraints: Maximum length of 19.
Pattern:
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
- Status
-
The status of the Explainability resource. 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.
-
Errors
- InvalidInputException
-
We can't process the request because it includes an invalid value or a value that exceeds the valid range.
HTTP Status Code: 400
- ResourceNotFoundException
-
We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: