Interface ListTrainedModelInferenceJobsRequest.Builder

  • Method Details

    • nextToken

      The token value retrieved from a previous call to access the next page of results.

      Parameters:
      nextToken - The token value retrieved from a previous call to access the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum size of the results that is returned per call.

      Parameters:
      maxResults - The maximum size of the results that is returned per call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipIdentifier

      ListTrainedModelInferenceJobsRequest.Builder membershipIdentifier(String membershipIdentifier)

      The membership

      Parameters:
      membershipIdentifier - The membership
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainedModelArn

      ListTrainedModelInferenceJobsRequest.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of a trained model that was used to create the trained model inference jobs that you are interested in.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of a trained model that was used to create the trained model inference jobs that you are interested in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainedModelVersionIdentifier

      ListTrainedModelInferenceJobsRequest.Builder trainedModelVersionIdentifier(String trainedModelVersionIdentifier)

      The version identifier of the trained model to filter inference jobs by. When specified, only inference jobs that used this specific version of the trained model are returned.

      Parameters:
      trainedModelVersionIdentifier - The version identifier of the trained model to filter inference jobs by. When specified, only inference jobs that used this specific version of the trained model are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.