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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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.
3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3129 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 |