Class: Aws::ForecastService::Types::GetAccuracyMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::GetAccuracyMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor to get metrics for.
Instance Attribute Details
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor to get metrics for.
4503 4504 4505 4506 4507 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 4503 class GetAccuracyMetricsRequest < Struct.new( :predictor_arn) SENSITIVE = [] include Aws::Structure end |