Struct aws_sdk_sagemaker::input::create_image_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateImageInput
Implementations
The description of the image.
The description of the image.
The display name of the image. If not provided, ImageName
is displayed.
The display name of the image. If not provided, ImageName
is displayed.
The name of the image. Must be unique to your account.
The name of the image. Must be unique to your account.
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags to apply to the image.
A list of tags to apply to the image.
Consumes the builder and constructs a CreateImageInput
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