Interface ListModelsResponse.Builder

    • Method Detail

      • models

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

        A list of model versions in the specified project.

        Parameters:
        models - A list of model versions in the specified project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • models

        ListModelsResponse.Builder models​(ModelMetadata... models)

        A list of model versions in the specified project.

        Parameters:
        models - A list of model versions in the specified project.
        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, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.

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