Class: Aws::SageMaker::Types::DeleteModelCardRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeleteModelCardRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_card_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model card to delete.
 
Instance Attribute Details
#model_card_name ⇒ String
The name of the model card to delete.
      12309 12310 12311 12312 12313  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12309 class DeleteModelCardRequest < Struct.new( :model_card_name) SENSITIVE = [] include Aws::Structure end  |