You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CreateImageVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateImageVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_imageString

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]>

Returns:

  • (String)

    The registry path of the container image to use as the starting point for this version.

#client_tokenString

A unique ID. If not specified, the AWS CLI and AWS SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

Returns:

  • (String)

    A unique ID.

#image_nameString

The ImageName of the Image to create a version of.

Returns:

  • (String)

    The ImageName of the Image to create a version of.