Class: Aws::SageMaker::Types::ListMonitoringExecutionsResponse

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_execution_summariesArray<Types::MonitoringExecutionSummary>

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



26328
26329
26330
26331
26332
26333
# File 'lib/aws-sdk-sagemaker/types.rb', line 26328

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

#next_tokenString

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques

Returns:

  • (String)


26328
26329
26330
26331
26332
26333
# File 'lib/aws-sdk-sagemaker/types.rb', line 26328

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