Class: Aws::SageMaker::Types::ListMonitoringSchedulesResponse

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_schedule_summariesArray<Types::MonitoringScheduleSummary>

A JSON array in which each element is a summary for a monitoring schedule.



28582
28583
28584
28585
28586
28587
# File 'lib/aws-sdk-sagemaker/types.rb', line 28582

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

#next_tokenString

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

Returns:

  • (String)


28582
28583
28584
28585
28586
28587
# File 'lib/aws-sdk-sagemaker/types.rb', line 28582

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