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.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
The artifact type.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 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.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 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.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 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.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 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.
5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5439 class CreateArtifactRequest < Struct.new( :artifact_name, :source, :artifact_type, :properties, :metadata_properties, :tags) SENSITIVE = [] include Aws::Structure end |