Class: Aws::ForecastService::Types::ExplainabilityInfo

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

Overview

Provides information about the Explainability resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#explainability_arnString

The Amazon Resource Name (ARN) of the Explainability.

Returns:

  • (String)


4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-forecastservice/types.rb', line 4034

class ExplainabilityInfo < Struct.new(
  :explainability_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Explainability. States include:

  • ‘ACTIVE`

  • ‘CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`

  • ‘CREATE_STOPPING`, `CREATE_STOPPED`

  • ‘DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`

Returns:

  • (String)


4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-forecastservice/types.rb', line 4034

class ExplainabilityInfo < Struct.new(
  :explainability_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end