Interface ListTrainedModelVersionsRequest.Builder

  • Method Details

    • nextToken

      The pagination token from a previous ListTrainedModelVersions request. Use this token to retrieve the next page of results.

      Parameters:
      nextToken - The pagination token from a previous ListTrainedModelVersions request. Use this token to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of trained model versions to return in a single page. The default value is 10, and the maximum value is 100.

      Parameters:
      maxResults - The maximum number of trained model versions to return in a single page. The default value is 10, and the maximum value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipIdentifier

      ListTrainedModelVersionsRequest.Builder membershipIdentifier(String membershipIdentifier)

      The membership identifier for the collaboration that contains the trained model.

      Parameters:
      membershipIdentifier - The membership identifier for the collaboration that contains the trained model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainedModelArn

      ListTrainedModelVersionsRequest.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the trained model for which to list versions.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the trained model for which to list versions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filter the results to only include trained model versions with the specified status. Valid values include CREATE_PENDING, CREATE_IN_PROGRESS, ACTIVE, CREATE_FAILED , and others.

      Parameters:
      status - Filter the results to only include trained model versions with the specified status. Valid values include CREATE_PENDING, CREATE_IN_PROGRESS, ACTIVE, CREATE_FAILED, and others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filter the results to only include trained model versions with the specified status. Valid values include CREATE_PENDING, CREATE_IN_PROGRESS, ACTIVE, CREATE_FAILED , and others.

      Parameters:
      status - Filter the results to only include trained model versions with the specified status. Valid values include CREATE_PENDING, CREATE_IN_PROGRESS, ACTIVE, CREATE_FAILED, and others.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListTrainedModelVersionsRequest.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.