Class: Aws::SageMaker::Types::ListModelMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelMetadataResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
31038 31039 31040 31041 31042 31043 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31038 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.
31038 31039 31040 31041 31042 31043 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31038 class ListModelMetadataResponse < Struct.new( :model_metadata_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |