Skip to content

Delete Flywheel

comprehend_delete_flywheel R Documentation

Deletes a flywheel

Description

Deletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel.

For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.

Usage

comprehend_delete_flywheel(FlywheelArn)

Arguments

FlywheelArn

[required] The Amazon Resource Number (ARN) of the flywheel to delete.

Value

An empty list.

Request syntax

svc$delete_flywheel(
  FlywheelArn = "string"
)