Interface DeployedImage.Builder

    • Method Detail

      • specifiedImage

        DeployedImage.Builder specifiedImage​(String specifiedImage)

        The image path you specified when you created the model.

        Parameters:
        specifiedImage - The image path you specified when you created the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolvedImage

        DeployedImage.Builder resolvedImage​(String resolvedImage)

        The specific digest path of the image hosted in this ProductionVariant.

        Parameters:
        resolvedImage - The specific digest path of the image hosted in this ProductionVariant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolutionTime

        DeployedImage.Builder resolutionTime​(Instant resolutionTime)

        The date and time when the image path for the model resolved to the ResolvedImage

        Parameters:
        resolutionTime - The date and time when the image path for the model resolved to the ResolvedImage
        Returns:
        Returns a reference to this object so that method calls can be chained together.