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

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_summariesArray<Types::MonitoringAlertSummary>

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

Returns:



28366
28367
28368
28369
28370
28371
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28366

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)


28366
28367
28368
28369
28370
28371
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28366

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