Class: Aws::SageMaker::Types::BatchDescribeModelPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchDescribeModelPackageOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_describe_model_package_error_map ⇒ Hash<String,Types::BatchDescribeModelPackageError>
A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.
-
#model_package_summaries ⇒ Hash<String,Types::BatchDescribeModelPackageSummary>
The summaries for the model package versions.
Instance Attribute Details
#batch_describe_model_package_error_map ⇒ Hash<String,Types::BatchDescribeModelPackageError>
A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.
3044 3045 3046 3047 3048 3049 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3044 class BatchDescribeModelPackageOutput < Struct.new( :model_package_summaries, :batch_describe_model_package_error_map) SENSITIVE = [] include Aws::Structure end |
#model_package_summaries ⇒ Hash<String,Types::BatchDescribeModelPackageSummary>
The summaries for the model package versions
3044 3045 3046 3047 3048 3049 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3044 class BatchDescribeModelPackageOutput < Struct.new( :model_package_summaries, :batch_describe_model_package_error_map) SENSITIVE = [] include Aws::Structure end |