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:



26317
26318
26319
26320
26321
26322
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26317

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)


26317
26318
26319
26320
26321
26322
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26317

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