Class: Aws::SageMaker::Types::CreateArtifactRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateArtifactRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #artifact_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the artifact.
 - 
  
    
      #artifact_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The artifact type.
 - 
  
    
      #metadata_properties  ⇒ Types::MetadataProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata properties of the tracking entity, trial, or trial component.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to add to the artifact.
 - 
  
    
      #source  ⇒ Types::ArtifactSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID, ID type, and URI of the source.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags to apply to the artifact.
 
Instance Attribute Details
#artifact_name ⇒ String
The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#artifact_type ⇒ String
The artifact type.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
A list of properties to add to the artifact.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ArtifactSource
The ID, ID type, and URI of the source.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the artifact.
      5910 5911 5912 5913 5914 5915 5916 5917 5918 5919  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 5910 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end  |