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

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

#model_metadata_summariesArray<Types::ModelMetadataSummary>

A structure that holds model metadata.

Returns:



26044
26045
26046
26047
26048
26049
# File 'lib/aws-sdk-sagemaker/types.rb', line 26044

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)


26044
26045
26046
26047
26048
26049
# File 'lib/aws-sdk-sagemaker/types.rb', line 26044

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