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:



27947
27948
27949
27950
27951
27952
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27947

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)


27947
27948
27949
27950
27951
27952
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27947

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