Class: Aws::SageMaker::Types::ListContextsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListContextsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_summaries ⇒ Array<Types::ContextSummary>
A list of contexts and their properties.
-
#next_token ⇒ String
A token for getting the next set of contexts, if there are any.
Instance Attribute Details
#context_summaries ⇒ Array<Types::ContextSummary>
A list of contexts and their properties.
27085 27086 27087 27088 27089 27090 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27085 class ListContextsResponse < Struct.new( :context_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of contexts, if there are any.
27085 27086 27087 27088 27089 27090 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27085 class ListContextsResponse < Struct.new( :context_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |