Class: Aws::SageMaker::Types::CreateArtifactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateArtifactRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_name ⇒ String
The name of the artifact.
-
#artifact_type ⇒ String
The artifact type.
-
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
-
#properties ⇒ Hash<String,String>
A list of properties to add to the artifact.
-
#source ⇒ Types::ArtifactSource
The ID, ID type, and URI of the source.
-
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the artifact.
Instance Attribute Details
#artifact_name ⇒ String
The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
The artifact type.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#metadata_properties ⇒ Types::MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
A list of properties to add to the artifact.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ArtifactSource
The ID, ID type, and URI of the source.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the artifact.
5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5554 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |