Class: Aws::SageMaker::Types::BatchDescribeModelPackageInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::BatchDescribeModelPackageInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_package_arn_list  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of Amazon Resource Name (ARN) of the model package groups.
 
Instance Attribute Details
#model_package_arn_list ⇒ Array<String>
The list of Amazon Resource Name (ARN) of the model package groups.
      3039 3040 3041 3042 3043  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3039 class BatchDescribeModelPackageInput < Struct.new( :model_package_arn_list) SENSITIVE = [] include Aws::Structure end  |