Class: Aws::SageMaker::Types::DeleteModelPackageInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteModelPackageInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the model package to delete.
 
Instance Attribute Details
#model_package_name ⇒ String
The name or Amazon Resource Name (ARN) of the model package to delete.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
      12332 12333 12334 12335 12336  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12332 class DeleteModelPackageInput < Struct.new( :model_package_name) SENSITIVE = [] include Aws::Structure end  |