Interface InferenceContainerConfig.Builder

    • Method Detail

      • imageUri

        InferenceContainerConfig.Builder imageUri​(String imageUri)

        The registry path of the docker image that contains the inference algorithm. Clean Rooms ML supports both registry/repository[:tag] and registry/repositry[@digest] image path formats. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.

        Parameters:
        imageUri - The registry path of the docker image that contains the inference algorithm. Clean Rooms ML supports both registry/repository[:tag] and registry/repositry[@digest] image path formats. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.