Class: Aws::ForecastService::Types::DescribeMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeMonitorResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline ⇒ Types::Baseline
Metrics you can use as a baseline for comparison purposes.
-
#creation_time ⇒ Time
The timestamp for when the monitor resource was created.
-
#estimated_evaluation_time_remaining_in_minutes ⇒ Integer
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
-
#last_evaluation_state ⇒ String
The state of the monitor's latest evaluation.
-
#last_evaluation_time ⇒ Time
The timestamp of the latest evaluation completed by the monitor.
-
#last_modification_time ⇒ Time
The timestamp of the latest modification to the monitor.
-
#message ⇒ String
An error message, if any, for the monitor.
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor resource described.
-
#monitor_name ⇒ String
The name of the monitor.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the auto predictor being monitored.
-
#status ⇒ String
The status of the monitor resource.
Instance Attribute Details
#baseline ⇒ Types::Baseline
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp for when the monitor resource was created.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#estimated_evaluation_time_remaining_in_minutes ⇒ Integer
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#last_evaluation_state ⇒ String
The state of the monitor's latest evaluation.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#last_evaluation_time ⇒ Time
The timestamp of the latest evaluation completed by the monitor.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The timestamp of the latest modification to the monitor.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message, if any, for the monitor.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor resource described.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the auto predictor being monitored.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the monitor resource.
3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3190 class DescribeMonitorResponse < Struct.new( :monitor_name, :monitor_arn, :resource_arn, :status, :last_evaluation_time, :last_evaluation_state, :baseline, :message, :creation_time, :last_modification_time, :estimated_evaluation_time_remaining_in_minutes) SENSITIVE = [] include Aws::Structure end |