Interface ListModelCardsResponse.Builder

    • Method Detail

      • modelCardSummaries

        ListModelCardsResponse.Builder modelCardSummaries​(Collection<ModelCardSummary> modelCardSummaries)

        The summaries of the listed model cards.

        Parameters:
        modelCardSummaries - The summaries of the listed model cards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardSummaries

        ListModelCardsResponse.Builder modelCardSummaries​(ModelCardSummary... modelCardSummaries)

        The summaries of the listed model cards.

        Parameters:
        modelCardSummaries - The summaries of the listed model cards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListModelCardsResponse.Builder nextToken​(String nextToken)

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

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