v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463278347.3 KB

Describes an Explainability resource created using the <a>CreateExplainability</a> operation.

post/#X-Amz-Target=AmazonForecast.DescribeExplainability

Headers

X-Amz-Target'AmazonForecast.DescribeExplainability' required

Request body

ExplainabilityArnstring required

The Amazon Resource Name (ARN) of the Explaianability to describe.

Response

Success

ExplainabilityArnstring

The Amazon Resource Name (ARN) of the Explainability.

ExplainabilityNamestring

The name of the Explainability.

ResourceArnstring

The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.

EnableVisualizationboolean

Whether the visualization was enabled for the Explainability resource.

StartDateTimestring

If <code>TimePointGranularity</code> is set to <code>SPECIFIC</code>, the first time point in the Explainability.

EndDateTimestring

If <code>TimePointGranularity</code> is set to <code>SPECIFIC</code>, the last time point in the Explainability.

EstimatedTimeRemainingInMinutesinteger

The estimated time remaining in minutes for the <a>CreateExplainability</a> job to complete.

Messagestring

If an error occurred, a message about the error.

Statusstring
<p>The status of the Explainability resource. States include: </p> <ul> <li> <p> <code>ACTIVE</code> </p> </li> <li> <p> <code>CREATE_PENDING</code>, <code>CREATE_IN_PROGRESS</code>, <code>CREATE_FAILED</code> </p> </li> <li> <p> <code>CREATE_STOPPING</code>, <code>CREATE_STOPPED</code> </p> </li> <li> <p> <code>DELETE_PENDING</code>, <code>DELETE_IN_PROGRESS</code>, <code>DELETE_FAILED</code> </p> </li> </ul>
CreationTimestring date-time

When the Explainability resource was created.

LastModificationTimestring date-time
<p>The last time the resource was modified. The timestamp depends on the status of the job:</p> <ul> <li> <p> <code>CREATE_PENDING</code> - The <code>CreationTime</code>.</p> </li> <li> <p> <code>CREATE_IN_PROGRESS</code> - The current timestamp.</p> </li> <li> <p> <code>CREATE_STOPPING</code> - The current timestamp.</p> </li> <li> <p> <code>CREATE_STOPPED</code> - When the job stopped.</p> </li> <li> <p> <code>ACTIVE</code> or <code>CREATE_FAILED</code> - When the job finished or failed.</p> </li> </ul>