Class: Aws::SageMaker::Types::ListMonitoringAlertHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListMonitoringAlertHistoryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns only alerts created on or after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns only alerts created on or before the specified time.
-
#max_results ⇒ Integer
The maximum number of results to display.
-
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
-
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
-
#next_token ⇒ String
If the result of the previous ‘ListMonitoringAlertHistory` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
The field used to sort results.
-
#sort_order ⇒ String
The sort order, whether ‘Ascending` or `Descending`, of the alert history.
-
#status_equals ⇒ String
A filter that retrieves only alerts with a specific status.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only alerts created on or after the specified time.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns only alerts created on or before the specified time.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to display. The default is 100.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ‘ListMonitoringAlertHistory` request was truncated, the response includes a `NextToken`. To retrieve the next set of alerts in the history, use the token in the next request.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field used to sort results. The default is ‘CreationTime`.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order, whether ‘Ascending` or `Descending`, of the alert history. The default is `Descending`.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
A filter that retrieves only alerts with a specific status.
31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31780 class ListMonitoringAlertHistoryRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :sort_by, :sort_order, :next_token, :max_results, :creation_time_before, :creation_time_after, :status_equals) SENSITIVE = [] include Aws::Structure end |