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.
| 3376 3377 3378 3379 3380 3381 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3376 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
| 3376 3377 3378 3379 3380 3381 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3376 class BatchDescribeModelPackageOutput < Struct.new( :model_package_summaries, :batch_describe_model_package_error_map) SENSITIVE = [] include Aws::Structure end |