comprehend_update_flywheel {paws.machine.learning} | R Documentation |
Update the configuration information for an existing flywheel
Description
Update the configuration information for an existing flywheel.
See https://www.paws-r-sdk.com/docs/comprehend_update_flywheel/ for full documentation.
Usage
comprehend_update_flywheel(
FlywheelArn,
ActiveModelArn = NULL,
DataAccessRoleArn = NULL,
DataSecurityConfig = NULL
)
Arguments
FlywheelArn |
[required] The Amazon Resource Number (ARN) of the flywheel to update. |
ActiveModelArn |
The Amazon Resource Number (ARN) of the active model version. |
DataAccessRoleArn |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data. |
DataSecurityConfig |
Flywheel data security configuration. |
[Package paws.machine.learning version 0.9.0 Index]