Struct aws_sdk_sagemaker::input::update_image_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateImageInput
Implementations
Appends an item to delete_properties
.
To override the contents of this collection use set_delete_properties
.
A list of properties to delete. Only the Description
and
DisplayName
properties can be deleted.
A list of properties to delete. Only the Description
and
DisplayName
properties can be deleted.
The new description for the image.
The new description for the image.
The new display name for the image.
The new display name for the image.
The name of the image to update.
The name of the image to update.
The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
Consumes the builder and constructs a UpdateImageInput
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