Interface CancelTrainedModelRequest.Builder

  • Method Details

    • membershipIdentifier

      CancelTrainedModelRequest.Builder membershipIdentifier(String membershipIdentifier)

      The membership ID of the trained model job that you want to cancel.

      Parameters:
      membershipIdentifier - The membership ID of the trained model job that you want to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainedModelArn

      CancelTrainedModelRequest.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the trained model job that you want to cancel.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      CancelTrainedModelRequest.Builder versionIdentifier(String versionIdentifier)

      The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.

      If versionIdentifier is not specified, the base model will be cancelled.

      Parameters:
      versionIdentifier - The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.

      If versionIdentifier is not specified, the base model will be cancelled.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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