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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



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_tokenString

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

Returns:

  • (String)


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