Class: Aws::SageMaker::Types::ListMonitoringAlertHistoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_alert_historyArray<Types::MonitoringAlertHistorySummary>

An alert history for a model monitoring schedule.



28330
28331
28332
28333
28334
28335
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28330

class ListMonitoringAlertHistoryResponse < Struct.new(
  :monitoring_alert_history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

Returns:

  • (String)


28330
28331
28332
28333
28334
28335
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28330

class ListMonitoringAlertHistoryResponse < Struct.new(
  :monitoring_alert_history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end