Class: Aws::SageMaker::Types::ListModelMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelMetadataResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_metadata_summaries ⇒ Array<Types::ModelMetadataSummary>
A structure that holds model metadata.
-
#next_token ⇒ String
A token for getting the next set of recommendations, if there are any.
Instance Attribute Details
#model_metadata_summaries ⇒ Array<Types::ModelMetadataSummary>
A structure that holds model metadata.
29499 29500 29501 29502 29503 29504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29499 class ListModelMetadataResponse < Struct.new( :model_metadata_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of recommendations, if there are any.
29499 29500 29501 29502 29503 29504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29499 class ListModelMetadataResponse < Struct.new( :model_metadata_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |