Class: Aws::SageMaker::Types::DescribeArtifactResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeArtifactResponse
 
 
- 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.
 - 
  
    
      #artifact_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the artifact.
 - 
  
    
      #artifact_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the artifact.
 - 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the artifact was created.
 - 
  
    
      #last_modified_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When the artifact was last modified.
 - 
  
    
      #lineage_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the lineage group.
 - 
  
    
      #metadata_properties  ⇒ Types::MetadataProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata properties of the tracking entity, trial, or trial component.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the artifact’s properties.
 - 
  
    
      #source  ⇒ Types::ArtifactSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source of the artifact.
 
Instance Attribute Details
#artifact_arn ⇒ String
The Amazon Resource Name (ARN) of the artifact.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#artifact_name ⇒ String
The name of the artifact.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#artifact_type ⇒ String
The type of the artifact.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
When the artifact was created.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
When the artifact was last modified.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#lineage_group_arn ⇒ String
The Amazon Resource Name (ARN) of the lineage group.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
A list of the artifact’s properties.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::ArtifactSource
The source of the artifact.
      13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13268 class DescribeArtifactResponse < Struct.new( :artifact_name, :artifact_arn, :source, :artifact_type, :properties, :creation_time, :created_by, :last_modified_time, :last_modified_by, :metadata_properties, :lineage_group_arn) SENSITIVE = [] include Aws::Structure end  |