Class: Aws::SageMaker::Types::ListContextsResponse

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

#context_summariesArray<Types::ContextSummary>

A list of contexts and their properties.

Returns:



25613
25614
25615
25616
25617
25618
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25613

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

#next_tokenString

A token for getting the next set of contexts, if there are any.

Returns:

  • (String)


25613
25614
25615
25616
25617
25618
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25613

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