public static interface UpdateImageVersionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageVersionRequest.Builder,UpdateImageVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateImageVersionRequest.Builder imageName(String imageName)
The name of the image.
imageName - The name of the image.UpdateImageVersionRequest.Builder alias(String alias)
The alias of the image version.
alias - The alias of the image version.UpdateImageVersionRequest.Builder version(Integer version)
The version of the image.
version - The version of the image.UpdateImageVersionRequest.Builder aliasesToAdd(Collection<String> aliasesToAdd)
A list of aliases to add.
aliasesToAdd - A list of aliases to add.UpdateImageVersionRequest.Builder aliasesToAdd(String... aliasesToAdd)
A list of aliases to add.
aliasesToAdd - A list of aliases to add.UpdateImageVersionRequest.Builder aliasesToDelete(Collection<String> aliasesToDelete)
A list of aliases to delete.
aliasesToDelete - A list of aliases to delete.UpdateImageVersionRequest.Builder aliasesToDelete(String... aliasesToDelete)
A list of aliases to delete.
aliasesToDelete - A list of aliases to delete.UpdateImageVersionRequest.Builder vendorGuidance(String vendorGuidance)
The availability 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 availability 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,
VendorGuidanceUpdateImageVersionRequest.Builder vendorGuidance(VendorGuidance vendorGuidance)
The availability 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 availability 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,
VendorGuidanceUpdateImageVersionRequest.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,
JobTypeUpdateImageVersionRequest.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,
JobTypeUpdateImageVersionRequest.Builder mlFramework(String mlFramework)
The machine learning framework vended in the image version.
mlFramework - The machine learning framework vended in the image version.UpdateImageVersionRequest.Builder programmingLang(String programmingLang)
The supported programming language and its version.
programmingLang - The supported programming language and its version.UpdateImageVersionRequest.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.
UpdateImageVersionRequest.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.
UpdateImageVersionRequest.Builder horovod(Boolean horovod)
Indicates Horovod compatibility.
horovod - Indicates Horovod compatibility.UpdateImageVersionRequest.Builder releaseNotes(String releaseNotes)
The maintainer description of the image version.
releaseNotes - The maintainer description of the image version.UpdateImageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateImageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.