Class: Aws::SageMaker::Types::ListContextsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListContextsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
28697 28698 28699 28700 28701 28702 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28697 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.
28697 28698 28699 28700 28701 28702 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28697 class ListContextsResponse < Struct.new( :context_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |