Class: Aws::SageMaker::Types::UpdateModelCardResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateModelCardResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_card_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the updated model card.
 
Instance Attribute Details
#model_card_arn ⇒ String
The Amazon Resource Name (ARN) of the updated model card.
      48241 48242 48243 48244 48245  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48241 class UpdateModelCardResponse < Struct.new( :model_card_arn) SENSITIVE = [] include Aws::Structure end  |