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

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

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



28392
28393
28394
28395
28396
28397
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28392

class ListMonitoringExecutionsResponse < Struct.new(
  :monitoring_execution_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)


28392
28393
28394
28395
28396
28397
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28392

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