Struct aws_sdk_sagemaker::input::create_artifact_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateArtifactInput
Implementations
The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
The name of the artifact. Must be unique to your account in an Amazon Web Services Region.
The ID, ID type, and URI of the source.
The ID, ID type, and URI of the source.
The artifact type.
The artifact type.
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
A list of properties to add to the artifact.
A list of properties to add to the artifact.
Metadata properties of the tracking entity, trial, or trial component.
Metadata properties of the tracking entity, trial, or trial component.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags to apply to the artifact.
A list of tags to apply to the artifact.
Consumes the builder and constructs a CreateArtifactInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more