Class: Aws::ForecastService::Types::ReferencePredictorSummary

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

Overview

Provides a summary of the reference predictor used when retraining or upgrading a predictor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the reference predictor.

Returns:

  • (String)


6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6121

class ReferencePredictorSummary < Struct.new(
  :arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Whether the reference predictor is Active or Deleted.

Returns:

  • (String)


6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6121

class ReferencePredictorSummary < Struct.new(
  :arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end