Class: Aws::ForecastService::Types::DescribeExplainabilityExportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the Explainability export was created.

Returns:

  • (Time)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::DataDestination

The destination for an export job. Provide an S3 path, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an Key Management Service (KMS) key (optional).



2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#explainability_arnString

The Amazon Resource Name (ARN) of the Explainability export.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#explainability_export_arnString

The Amazon Resource Name (ARN) of the Explainability export.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#explainability_export_nameString

The name of the Explainability export.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the exported data, CSV or PARQUET.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.

  • CREATE_IN_PROGRESS - The current timestamp.

  • CREATE_STOPPING - The current timestamp.

  • CREATE_STOPPED - When the job stopped.

  • ACTIVE or CREATE_FAILED - When the job finished or failed.

Returns:

  • (Time)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Information about any errors that occurred during the export.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Explainability export. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • CREATE_STOPPING, CREATE_STOPPED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2810

class DescribeExplainabilityExportResponse < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end