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.



29044
29045
29046
29047
29048
29049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29044

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)


29044
29045
29046
29047
29048
29049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29044

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