Class: Aws::ForecastService::Types::GetAccuracyMetricsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor to get metrics for.

Returns:

  • (String)


4503
4504
4505
4506
4507
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4503

class GetAccuracyMetricsRequest < Struct.new(
  :predictor_arn)
  SENSITIVE = []
  include Aws::Structure
end