Flywheel Args
data class FlywheelArgs(val activeModelArn: Output<String>? = null, val dataAccessRoleArn: Output<String>? = null, val dataLakeS3Uri: Output<String>? = null, val dataSecurityConfig: Output<FlywheelDataSecurityConfigArgs>? = null, val flywheelName: Output<String>? = null, val modelType: Output<FlywheelModelType>? = null, val tags: Output<List<FlywheelTagArgs>>? = null, val taskConfig: Output<FlywheelTaskConfigArgs>? = null) : ConvertibleToJava<FlywheelArgs>
The AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model.
Constructors
Link copied to clipboard
fun FlywheelArgs(activeModelArn: Output<String>? = null, dataAccessRoleArn: Output<String>? = null, dataLakeS3Uri: Output<String>? = null, dataSecurityConfig: Output<FlywheelDataSecurityConfigArgs>? = null, flywheelName: Output<String>? = null, modelType: Output<FlywheelModelType>? = null, tags: Output<List<FlywheelTagArgs>>? = null, taskConfig: Output<FlywheelTaskConfigArgs>? = null)