Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnImageVersionPropsMixin.Builder
Packages that use CfnImageVersionPropsMixin.Builder
-
Uses of CfnImageVersionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnImageVersionPropsMixin.BuilderModifier and TypeMethodDescriptionThe alias of the image version.List of aliases for the image version.The container image that the SageMaker image version is based on.CfnImageVersionPropsMixin.Builder.create()CfnImageVersionPropsMixin.Builder.create(CfnPropertyMixinOptions options) Indicates Horovod compatibility.CfnImageVersionPropsMixin.Builder.horovod(IResolvable horovod) Indicates Horovod compatibility.The name of the parent image.Indicates SageMaker job type compatibility.CfnImageVersionPropsMixin.Builder.mlFramework(String mlFramework) The machine learning framework vended in the image version.Indicates CPU or GPU compatibility.CfnImageVersionPropsMixin.Builder.programmingLang(String programmingLang) The supported programming language and its version.CfnImageVersionPropsMixin.Builder.releaseNotes(String releaseNotes) The maintainer description of the image version.CfnImageVersionPropsMixin.Builder.vendorGuidance(String vendorGuidance) The availability of the image version specified by the maintainer.