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.
28397 28398 28399 28400 28401 28402 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28397 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.
28397 28398 28399 28400 28401 28402 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28397 class ListContextsResponse < Struct.new( :context_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |