Class: Aws::SageMaker::Types::ListMonitoringAlertsRequest

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

#max_resultsInteger

The maximum number of results to display. The default is 100.

Returns:

  • (Integer)


28313
28314
28315
28316
28317
28318
28319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28313

class ListMonitoringAlertsRequest < Struct.new(
  :monitoring_schedule_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of a monitoring schedule.

Returns:

  • (String)


28313
28314
28315
28316
28317
28318
28319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28313

class ListMonitoringAlertsRequest < Struct.new(
  :monitoring_schedule_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the result of the previous ListMonitoringAlerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

Returns:

  • (String)


28313
28314
28315
28316
28317
28318
28319
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28313

class ListMonitoringAlertsRequest < Struct.new(
  :monitoring_schedule_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end