public static interface CreateImageVersionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateImageVersionRequest.Builder,CreateImageVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateImageVersionRequest.Builder |
aliases(Collection<String> aliases)
A list of aliases created with the image version.
|
CreateImageVersionRequest.Builder |
aliases(String... aliases)
A list of aliases created with the image version.
|
CreateImageVersionRequest.Builder |
baseImage(String baseImage)
The registry path of the container image to use as the starting point for this version.
|
CreateImageVersionRequest.Builder |
clientToken(String clientToken)
A unique ID.
|
CreateImageVersionRequest.Builder |
horovod(Boolean horovod)
Indicates Horovod compatibility.
|
CreateImageVersionRequest.Builder |
imageName(String imageName)
The
ImageName of the Image to create a version of. |
CreateImageVersionRequest.Builder |
jobType(JobType jobType)
Indicates SageMaker job type compatibility.
|
CreateImageVersionRequest.Builder |
jobType(String jobType)
Indicates SageMaker job type compatibility.
|
CreateImageVersionRequest.Builder |
mlFramework(String mlFramework)
The machine learning framework vended in the image version.
|
CreateImageVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateImageVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateImageVersionRequest.Builder |
processor(Processor processor)
Indicates CPU or GPU compatibility.
|
CreateImageVersionRequest.Builder |
processor(String processor)
Indicates CPU or GPU compatibility.
|
CreateImageVersionRequest.Builder |
programmingLang(String programmingLang)
The supported programming language and its version.
|
CreateImageVersionRequest.Builder |
releaseNotes(String releaseNotes)
The maintainer description of the image version.
|
CreateImageVersionRequest.Builder |
vendorGuidance(String vendorGuidance)
The stability of the image version, specified by the maintainer.
|
CreateImageVersionRequest.Builder |
vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version, specified by the maintainer.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateImageVersionRequest.Builder baseImage(String baseImage)
The registry path of the container image to use as the starting point for this version. The path is an Amazon Elastic Container Registry (ECR) URI in the following format:
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
baseImage - The registry path of the container image to use as the starting point for this version. The path is an
Amazon Elastic Container Registry (ECR) URI in the following format:
<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
CreateImageVersionRequest.Builder clientToken(String clientToken)
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.
clientToken - 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.CreateImageVersionRequest.Builder imageName(String imageName)
The ImageName of the Image to create a version of.
imageName - The ImageName of the Image to create a version of.CreateImageVersionRequest.Builder aliases(Collection<String> aliases)
A list of aliases created with the image version.
aliases - A list of aliases created with the image version.CreateImageVersionRequest.Builder aliases(String... aliases)
A list of aliases created with the image version.
aliases - A list of aliases created with the image version.CreateImageVersionRequest.Builder vendorGuidance(String vendorGuidance)
The stability of the image version, specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to
be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and are no
longer actively supported.
vendorGuidance - The stability of the image version, specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are
set to be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and
are no longer actively supported.
VendorGuidance,
VendorGuidanceCreateImageVersionRequest.Builder vendorGuidance(VendorGuidance vendorGuidance)
The stability of the image version, specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to
be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and are no
longer actively supported.
vendorGuidance - The stability of the image version, specified by the maintainer.
NOT_PROVIDED: The maintainers did not provide a status for image version stability.
STABLE: The image version is stable.
TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are
set to be archived are automatically archived after three months.
ARCHIVED: The image version is archived. Archived image versions are not searchable and
are no longer actively supported.
VendorGuidance,
VendorGuidanceCreateImageVersionRequest.Builder jobType(String jobType)
Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
jobType - Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
JobType,
JobTypeCreateImageVersionRequest.Builder jobType(JobType jobType)
Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
jobType - Indicates SageMaker job type compatibility.
TRAINING: The image version is compatible with SageMaker training jobs.
INFERENCE: The image version is compatible with SageMaker inference jobs.
NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.
JobType,
JobTypeCreateImageVersionRequest.Builder mlFramework(String mlFramework)
The machine learning framework vended in the image version.
mlFramework - The machine learning framework vended in the image version.CreateImageVersionRequest.Builder programmingLang(String programmingLang)
The supported programming language and its version.
programmingLang - The supported programming language and its version.CreateImageVersionRequest.Builder processor(String processor)
Indicates CPU or GPU compatibility.
CPU: The image version is compatible with CPU.
GPU: The image version is compatible with GPU.
CreateImageVersionRequest.Builder processor(Processor processor)
Indicates CPU or GPU compatibility.
CPU: The image version is compatible with CPU.
GPU: The image version is compatible with GPU.
CreateImageVersionRequest.Builder horovod(Boolean horovod)
Indicates Horovod compatibility.
horovod - Indicates Horovod compatibility.CreateImageVersionRequest.Builder releaseNotes(String releaseNotes)
The maintainer description of the image version.
releaseNotes - The maintainer description of the image version.CreateImageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateImageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.