Class: Aws::ForecastService::Types::DescribeExplainabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeExplainabilityResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the Explainability resource was created.
-
#data_source ⇒ Types::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.
-
#enable_visualization ⇒ Boolean
Whether the visualization was enabled for the Explainability resource.
-
#end_date_time ⇒ String
If
TimePointGranularity
is set toSPECIFIC
, the last time point in the Explainability. -
#estimated_time_remaining_in_minutes ⇒ Integer
The estimated time remaining in minutes for the CreateExplainability job to complete.
-
#explainability_arn ⇒ String
The Amazon Resource Name (ARN) of the Explainability.
-
#explainability_config ⇒ Types::ExplainabilityConfig
The configuration settings that define the granularity of time series and time points for the Explainability.
-
#explainability_name ⇒ String
The name of the Explainability.
-
#last_modification_time ⇒ Time
The last time the resource was modified.
-
#message ⇒ String
If an error occurred, a message about the error.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
-
#schema ⇒ Types::Schema
Defines the fields of a dataset.
-
#start_date_time ⇒ String
If
TimePointGranularity
is set toSPECIFIC
, the first time point in the Explainability. -
#status ⇒ String
The status of the Explainability resource.
Instance Attribute Details
#creation_time ⇒ Time
When the Explainability resource was created.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::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.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#enable_visualization ⇒ Boolean
Whether the visualization was enabled for the Explainability resource.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ String
If TimePointGranularity
is set to SPECIFIC
, the last time point
in the Explainability.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#estimated_time_remaining_in_minutes ⇒ Integer
The estimated time remaining in minutes for the CreateExplainability job to complete.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#explainability_arn ⇒ String
The Amazon Resource Name (ARN) of the Explainability.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#explainability_config ⇒ Types::ExplainabilityConfig
The configuration settings that define the granularity of time series and time points for the Explainability.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#explainability_name ⇒ String
The name of the Explainability.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
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.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
If an error occurred, a message about the error.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::Schema
Defines the fields of a dataset.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#start_date_time ⇒ String
If TimePointGranularity
is set to SPECIFIC
, the first time point
in the Explainability.
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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
2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2860 class DescribeExplainabilityResponse < Struct.new( :explainability_arn, :explainability_name, :resource_arn, :explainability_config, :enable_visualization, :data_source, :schema, :start_date_time, :end_date_time, :estimated_time_remaining_in_minutes, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |