Interface AlgorithmImage.Builder

    • Method Detail

      • name

        AlgorithmImage.Builder name​(String name)

        The name of the algorithm image.

        Parameters:
        name - The name of the algorithm image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dockerURI

        AlgorithmImage.Builder dockerURI​(String dockerURI)

        The URI of the Docker container for the algorithm image.

        Parameters:
        dockerURI - The URI of the Docker container for the algorithm image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.