Interface AlgorithmImage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>, SdkBuilder<AlgorithmImage.Builder,AlgorithmImage>, SdkPojo
Enclosing class:
AlgorithmImage

public static interface AlgorithmImage.Builder extends SdkPojo, CopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>
  • Method Details

    • 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.