class Aws::SageMaker::Types::CreateImageVersionRequest

@note When making an API call, you may pass CreateImageVersionRequest

data as a hash:

    {
      base_image: "ImageBaseImage", # required
      client_token: "ClientToken", # required
      image_name: "ImageName", # required
    }

@!attribute [rw] base_image

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:

`<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or
[@digest]>`
@return [String]

@!attribute [rw] client_token

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.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] image_name

The `ImageName` of the `Image` to create a version of.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImageVersionRequest AWS API Documentation

Constants

SENSITIVE