Class: Aws::SageMaker::Types::ListMonitoringAlertsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_alert_summariesArray<Types::MonitoringAlertSummary>

A JSON array where each element is a summary for a monitoring alert.

Returns:



28372
28373
28374
28375
28376
28377
# File 'lib/aws-sdk-sagemaker/types.rb', line 28372

class ListMonitoringAlertsResponse < Struct.new(
  :monitoring_alert_summaries,
  :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)


28372
28373
28374
28375
28376
28377
# File 'lib/aws-sdk-sagemaker/types.rb', line 28372

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