comprehend_update_flywheel: Update the configuration information for an existing flywheel

View source: R/comprehend_operations.R

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


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.