Class: Aws::ForecastService::Types::MonitorDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::MonitorDataSource
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
The source of the data the monitor used during the evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_import_job_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
-
#forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
-
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
Instance Attribute Details
#dataset_import_job_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
5670 5671 5672 5673 5674 5675 5676 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670 class MonitorDataSource < Struct.new( :dataset_import_job_arn, :forecast_arn, :predictor_arn) SENSITIVE = [] include Aws::Structure end |
#forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
5670 5671 5672 5673 5674 5675 5676 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670 class MonitorDataSource < Struct.new( :dataset_import_job_arn, :forecast_arn, :predictor_arn) SENSITIVE = [] include Aws::Structure end |
#predictor_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
5670 5671 5672 5673 5674 5675 5676 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5670 class MonitorDataSource < Struct.new( :dataset_import_job_arn, :forecast_arn, :predictor_arn) SENSITIVE = [] include Aws::Structure end |