Class: Aws::SageMaker::Types::ListModelsOutput

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

#modelsArray<Types::ModelSummary>

An array of ModelSummary objects, each of which lists a model.

Returns:



28224
28225
28226
28227
28228
28229
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28224

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

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.

Returns:

  • (String)


28224
28225
28226
28227
28228
28229
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28224

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