Class: Aws::SageMaker::Types::CreateArtifactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_nameString

The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_typeString

The artifact type.

Returns:

  • (String)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_propertiesTypes::MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of properties to add to the artifact.

Returns:

  • (Hash<String,String>)


4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ArtifactSource

The ID, ID type, and URI of the source.



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the artifact.

Returns:



4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-sagemaker/types.rb', line 4626

class CreateArtifactRequest < Struct.new(
  :artifact_name,
  :source,
  :artifact_type,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end