Struct aws_sdk_sagemaker::input::CreateImageInput
source · #[non_exhaustive]pub struct CreateImageInput { /* private fields */ }
Implementations§
source§impl CreateImageInput
impl CreateImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateImage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImageInput
.
source§impl CreateImageInput
impl CreateImageInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the image.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The display name of the image. If not provided, ImageName
is displayed.
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the image. Must be unique to your account.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The ARN of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
A list of tags to apply to the image.
Trait Implementations§
source§impl Clone for CreateImageInput
impl Clone for CreateImageInput
source§fn clone(&self) -> CreateImageInput
fn clone(&self) -> CreateImageInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateImageInput
impl Debug for CreateImageInput
source§impl PartialEq<CreateImageInput> for CreateImageInput
impl PartialEq<CreateImageInput> for CreateImageInput
source§fn eq(&self, other: &CreateImageInput) -> bool
fn eq(&self, other: &CreateImageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.