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.
6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6092 class ReferencePredictorSummary < Struct.new( :arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Whether the reference predictor is Active
or Deleted
.
6092 6093 6094 6095 6096 6097 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6092 class ReferencePredictorSummary < Struct.new( :arn, :state) SENSITIVE = [] include Aws::Structure end |