Interface ListModelPackageGroupsResponse.Builder

    • Method Detail

      • modelPackageGroupSummaryList

        ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList​(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)

        A list of summaries of the model groups in your Amazon Web Services account.

        Parameters:
        modelPackageGroupSummaryList - A list of summaries of the model groups in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageGroupSummaryList

        ListModelPackageGroupsResponse.Builder modelPackageGroupSummaryList​(ModelPackageGroupSummary... modelPackageGroupSummaryList)

        A list of summaries of the model groups in your Amazon Web Services account.

        Parameters:
        modelPackageGroupSummaryList - A list of summaries of the model groups in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListModelPackageGroupsResponse.Builder nextToken​(String nextToken)

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

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