Interface ListModelPackagesResponse.Builder

    • Method Detail

      • modelPackageSummaryList

        ListModelPackagesResponse.Builder modelPackageSummaryList​(Collection<ModelPackageSummary> modelPackageSummaryList)

        An array of ModelPackageSummary objects, each of which lists a model package.

        Parameters:
        modelPackageSummaryList - An array of ModelPackageSummary objects, each of which lists a model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageSummaryList

        ListModelPackagesResponse.Builder modelPackageSummaryList​(ModelPackageSummary... modelPackageSummaryList)

        An array of ModelPackageSummary objects, each of which lists a model package.

        Parameters:
        modelPackageSummaryList - An array of ModelPackageSummary objects, each of which lists a model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListModelPackagesResponse.Builder nextToken​(String nextToken)

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

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