Interface ListModelVersionsRequest.Builder

    • Method Detail

      • modelName

        ListModelVersionsRequest.Builder modelName​(String modelName)

        Then name of the machine learning model for which the model versions are to be listed.

        Parameters:
        modelName - Then name of the machine learning model for which the model versions are to be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListModelVersionsRequest.Builder nextToken​(String nextToken)

        If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

        Parameters:
        nextToken - If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListModelVersionsRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of machine learning model versions to list.

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

        ListModelVersionsRequest.Builder createdAtEndTime​(Instant createdAtEndTime)

        Filter results to return all the model versions created before this time.

        Parameters:
        createdAtEndTime - Filter results to return all the model versions created before this time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAtStartTime

        ListModelVersionsRequest.Builder createdAtStartTime​(Instant createdAtStartTime)

        Filter results to return all the model versions created after this time.

        Parameters:
        createdAtStartTime - Filter results to return all the model versions created after this time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxModelVersion

        ListModelVersionsRequest.Builder maxModelVersion​(Long maxModelVersion)

        Specifies the highest version of the model to return in the list.

        Parameters:
        maxModelVersion - Specifies the highest version of the model to return in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minModelVersion

        ListModelVersionsRequest.Builder minModelVersion​(Long minModelVersion)

        Specifies the lowest version of the model to return in the list.

        Parameters:
        minModelVersion - Specifies the lowest version of the model to return in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.