Skip to content

Cancel Trained Model

cleanroomsml_cancel_trained_model R Documentation

Submits a request to cancel the trained model job

Description

Submits a request to cancel the trained model job.

Usage

cleanroomsml_cancel_trained_model(membershipIdentifier, trainedModelArn,
  versionIdentifier)

Arguments

membershipIdentifier

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

trainedModelArn

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

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.

Value

An empty list.

Request syntax

svc$cancel_trained_model(
  membershipIdentifier = "string",
  trainedModelArn = "string",
  versionIdentifier = "string"
)