Interface ListModelCardExportJobsResponse.Builder

    • Method Detail

      • modelCardExportJobSummaries

        ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries​(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)

        The summaries of the listed model card export jobs.

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

        ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries​(ModelCardExportJobSummary... modelCardExportJobSummaries)

        The summaries of the listed model card export jobs.

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

        ListModelCardExportJobsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, 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 export jobs, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.