Deletes an Amazon Rekognition Custom Labels model
Deletes an Amazon Rekognition Custom Labels model.
You can't delete a model if it is running or if it is training. To check
the status of a model, use the Status
field returned from
describe_project_versions
. To
stop a running model call
stop_project_version
. If the model
is training, wait until it finishes.
This operation requires permissions to perform the
rekognition:DeleteProjectVersion
action.
rekognition_delete_project_version(ProjectVersionArn)
ProjectVersionArn |
[required] The Amazon Resource Name (ARN) of the model version that you want to delete. |
A list with the following syntax:
list( Status = "TRAINING_IN_PROGRESS"|"TRAINING_COMPLETED"|"TRAINING_FAILED"|"STARTING"|"RUNNING"|"FAILED"|"STOPPING"|"STOPPED"|"DELETING" )
svc$delete_project_version( ProjectVersionArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.