Interface ListModelCardVersionsResponse.Builder

    • Method Detail

      • modelCardVersionSummaryList

        ListModelCardVersionsResponse.Builder modelCardVersionSummaryList​(Collection<ModelCardVersionSummary> modelCardVersionSummaryList)

        The summaries of the listed versions of the model card.

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

        ListModelCardVersionsResponse.Builder modelCardVersionSummaryList​(ModelCardVersionSummary... modelCardVersionSummaryList)

        The summaries of the listed versions of the model card.

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

        ListModelCardVersionsResponse.Builder nextToken​(String nextToken)

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

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