Uses of Interface
software.amazon.awssdk.services.sagemaker.model.DeployedImage.Builder
-
Packages that use DeployedImage.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeployedImage.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeployedImage.Builder Modifier and Type Method Description static DeployedImage.BuilderDeployedImage. builder()DeployedImage.BuilderDeployedImage.Builder. resolutionTime(Instant resolutionTime)The date and time when the image path for the model resolved to theResolvedImageDeployedImage.BuilderDeployedImage.Builder. resolvedImage(String resolvedImage)The specific digest path of the image hosted in thisProductionVariant.DeployedImage.BuilderDeployedImage.Builder. specifiedImage(String specifiedImage)The image path you specified when you created the model.DeployedImage.BuilderDeployedImage. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeployedImage.Builder Modifier and Type Method Description static Class<? extends DeployedImage.Builder>DeployedImage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeployedImage.Builder Modifier and Type Method Description default InferenceComponentContainerSpecificationSummary.BuilderInferenceComponentContainerSpecificationSummary.Builder. deployedImage(Consumer<DeployedImage.Builder> deployedImage)Sets the value of the DeployedImage property for this object.
-