Interface ListModelsRequest.Builder

    • Method Detail

      • nextToken

        ListModelsRequest.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of machine learning models.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of machine learning models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListModelsRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of machine learning models to list.

        Parameters:
        maxResults - Specifies the maximum number of machine learning models to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListModelsRequest.Builder status​(String status)

        The status of the machine learning model.

        Parameters:
        status - The status of the machine learning model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelStatus, ModelStatus
      • status

        ListModelsRequest.Builder status​(ModelStatus status)

        The status of the machine learning model.

        Parameters:
        status - The status of the machine learning model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelStatus, ModelStatus
      • modelNameBeginsWith

        ListModelsRequest.Builder modelNameBeginsWith​(String modelNameBeginsWith)

        The beginning of the name of the machine learning models being listed.

        Parameters:
        modelNameBeginsWith - The beginning of the name of the machine learning models being listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetNameBeginsWith

        ListModelsRequest.Builder datasetNameBeginsWith​(String datasetNameBeginsWith)

        The beginning of the name of the dataset of the machine learning models to be listed.

        Parameters:
        datasetNameBeginsWith - The beginning of the name of the dataset of the machine learning models to be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.