Class: Aws::SageMaker::Types::UpdateArtifactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateArtifactRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #artifact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the artifact to update.
 - 
  
    
      #artifact_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new name for the artifact.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new list of properties.
 - 
  
    
      #properties_to_remove  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to remove.
 
Instance Attribute Details
#artifact_arn ⇒ String
The Amazon Resource Name (ARN) of the artifact to update.
      47595 47596 47597 47598 47599 47600 47601 47602  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47595 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#artifact_name ⇒ String
The new name for the artifact.
      47595 47596 47597 47598 47599 47600 47601 47602  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47595 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
The new list of properties. Overwrites the current property list.
      47595 47596 47597 47598 47599 47600 47601 47602  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47595 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
      47595 47596 47597 47598 47599 47600 47601 47602  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47595 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  |