Class: Aws::SageMaker::Types::ListMonitoringExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListMonitoringExecutionsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_execution_summaries ⇒ Array<Types::MonitoringExecutionSummary>
A JSON array in which each element is a summary for a monitoring execution.
-
#next_token ⇒ String
The token returned if the response is truncated.
Instance Attribute Details
#monitoring_execution_summaries ⇒ Array<Types::MonitoringExecutionSummary>
A JSON array in which each element is a summary for a monitoring execution.
31573 31574 31575 31576 31577 31578 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31573 class ListMonitoringExecutionsResponse < Struct.new( :monitoring_execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
31573 31574 31575 31576 31577 31578 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31573 class ListMonitoringExecutionsResponse < Struct.new( :monitoring_execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |