Interface ListAlgorithmsResponse.Builder

    • Method Detail

      • algorithmSummaryList

        ListAlgorithmsResponse.Builder algorithmSummaryList​(Collection<AlgorithmSummary> algorithmSummaryList)

        >An array of AlgorithmSummary objects, each of which lists an algorithm.

        Parameters:
        algorithmSummaryList - >An array of AlgorithmSummary objects, each of which lists an algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • algorithmSummaryList

        ListAlgorithmsResponse.Builder algorithmSummaryList​(AlgorithmSummary... algorithmSummaryList)

        >An array of AlgorithmSummary objects, each of which lists an algorithm.

        Parameters:
        algorithmSummaryList - >An array of AlgorithmSummary objects, each of which lists an algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAlgorithmsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

        Parameters:
        nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.