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:



29178
29179
29180
29181
29182
29183
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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)


29178
29179
29180
29181
29182
29183
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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