Class: Aws::ForecastService::Types::ExplainabilityExportSummary

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

Overview

Provides a summary of the Explainability export properties used in the ListExplainabilityExports operation. To get a complete set of properties, call the DescribeExplainabilityExport operation, and provide the ExplainabilityExportArn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the Explainability was created.

Returns:

  • (Time)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

class ExplainabilityExportSummary < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  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).



4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

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

#explainability_export_arnString

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

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

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

#explainability_export_nameString

The name of the Explainability export

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

class ExplainabilityExportSummary < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  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)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

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

#messageString

Information about any errors that may have occurred during the Explainability export.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

class ExplainabilityExportSummary < Struct.new(
  :explainability_export_arn,
  :explainability_export_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  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)


4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4002

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