Interface ListModelVersionsRequest.Builder

  • Method Details

    • 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

      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.
    • status

      Filter the results based on the current status of the model version.

      Parameters:
      status - Filter the results based on the current status of the model version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filter the results based on the current status of the model version.

      Parameters:
      status - Filter the results based on the current status of the model version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceType

      ListModelVersionsRequest.Builder sourceType(String sourceType)

      Filter the results based on the way the model version was generated.

      Parameters:
      sourceType - Filter the results based on the way the model version was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceType

      Filter the results based on the way the model version was generated.

      Parameters:
      sourceType - Filter the results based on the way the model version was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • overrideConfiguration

      ListModelVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.