Class: Aws::SageMaker::Types::ArtifactSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ArtifactSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A structure describing the source of an artifact.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_types  ⇒ Array<Types::ArtifactSourceType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of source types.
 - 
  
    
      #source_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the source.
 
Instance Attribute Details
#source_types ⇒ Array<Types::ArtifactSourceType>
A list of source types.
      1461 1462 1463 1464 1465 1466  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1461 class ArtifactSource < Struct.new( :source_uri, :source_types) SENSITIVE = [] include Aws::Structure end  | 
  
#source_uri ⇒ String
The URI of the source.
      1461 1462 1463 1464 1465 1466  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 1461 class ArtifactSource < Struct.new( :source_uri, :source_types) SENSITIVE = [] include Aws::Structure end  |