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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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)


5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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.



5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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>)


5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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.



5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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:



5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5161

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