Class: Aws::ForecastService::Types::ReferencePredictorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ReferencePredictorSummary
- 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
-
#arn ⇒ String
The ARN of the reference predictor.
-
#state ⇒ String
Whether the reference predictor is
Active
orDeleted
.
Instance Attribute Details
#arn ⇒ String
The ARN of the reference predictor.
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 |
#state ⇒ String
Whether the reference predictor is Active
or Deleted
.
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 |