Interface ListModelsResponse.Builder

    • Method Detail

      • models

        ListModelsResponse.Builder models​(Collection<ModelSummary> models)

        An array of ModelSummary objects, each of which lists a model.

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

        ListModelsResponse.Builder models​(ModelSummary... models)

        An array of ModelSummary objects, each of which lists a model.

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

        ListModelsResponse.Builder nextToken​(String nextToken)

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

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