Class: Aws::SageMaker::Types::ListModelMetadataResponse

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

#model_metadata_summariesArray<Types::ModelMetadataSummary>

A structure that holds model metadata.

Returns:



28658
28659
28660
28661
28662
28663
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28658

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

#next_tokenString

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

Returns:

  • (String)


28658
28659
28660
28661
28662
28663
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28658

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