Class: Aws::SageMaker::Types::ArtifactSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arnString

The Amazon Resource Name (ARN) of the artifact.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_nameString

The name of the artifact.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_typeString

The type of the artifact.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the artifact was created.

Returns:

  • (Time)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the artifact was last modified.

Returns:

  • (Time)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ArtifactSource

The source of the artifact.



1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1450

class ArtifactSummary < Struct.new(
  :artifact_arn,
  :artifact_name,
  :source,
  :artifact_type,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end