Struct aws_sdk_sagemaker::input::CreateImageVersionInput [−][src]
#[non_exhaustive]pub struct CreateImageVersionInput {
pub base_image: Option<String>,
pub client_token: Option<String>,
pub image_name: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.base_image: Option<String>
The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:
client_token: Option<String>
A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.
image_name: Option<String>
The ImageName
of the Image
to create a version of.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImageVersion, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImageVersion, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateImageVersion
>
Creates a new builder-style object to manufacture CreateImageVersionInput
The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:
A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.
The ImageName
of the Image
to create a version of.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateImageVersionInput
impl Send for CreateImageVersionInput
impl Sync for CreateImageVersionInput
impl Unpin for CreateImageVersionInput
impl UnwindSafe for CreateImageVersionInput
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