Interface SourceAlgorithmSpecification.Builder

    • Method Detail

      • sourceAlgorithms

        SourceAlgorithmSpecification.Builder sourceAlgorithms​(Collection<SourceAlgorithm> sourceAlgorithms)

        A list of the algorithms that were used to create a model package.

        Parameters:
        sourceAlgorithms - A list of the algorithms that were used to create a model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceAlgorithms

        SourceAlgorithmSpecification.Builder sourceAlgorithms​(SourceAlgorithm... sourceAlgorithms)

        A list of the algorithms that were used to create a model package.

        Parameters:
        sourceAlgorithms - A list of the algorithms that were used to create a model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.