Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeployedImage
-
Packages that use DeployedImage Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeployedImage in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeployedImage Modifier and Type Method Description List<DeployedImage>PendingProductionVariantSummary. deployedImages()An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.List<DeployedImage>ProductionVariantSummary. deployedImages()An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeployedImage Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. deployedImages(DeployedImage... deployedImages)An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. deployedImages(DeployedImage... deployedImages)An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeployedImage Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. deployedImages(Collection<DeployedImage> deployedImages)An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. deployedImages(Collection<DeployedImage> deployedImages)An array ofDeployedImageobjects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant.
-