Class: Aws::SageMaker::Types::ListMonitoringAlertHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListMonitoringAlertHistoryResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_alert_history ⇒ Array<Types::MonitoringAlertHistorySummary>
An alert history for a model monitoring schedule.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#monitoring_alert_history ⇒ Array<Types::MonitoringAlertHistorySummary>
An alert history for a model monitoring schedule.
31424 31425 31426 31427 31428 31429 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31424 class ListMonitoringAlertHistoryResponse < Struct.new( :monitoring_alert_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
31424 31425 31426 31427 31428 31429 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31424 class ListMonitoringAlertHistoryResponse < Struct.new( :monitoring_alert_history, :next_token) SENSITIVE = [] include Aws::Structure end |