Interface ListLineageGroupsResponse.Builder

    • Method Detail

      • lineageGroupSummaries

        ListLineageGroupsResponse.Builder lineageGroupSummaries​(Collection<LineageGroupSummary> lineageGroupSummaries)

        A list of lineage groups and their properties.

        Parameters:
        lineageGroupSummaries - A list of lineage groups and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageGroupSummaries

        ListLineageGroupsResponse.Builder lineageGroupSummaries​(LineageGroupSummary... lineageGroupSummaries)

        A list of lineage groups and their properties.

        Parameters:
        lineageGroupSummaries - A list of lineage groups and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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