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<TagArgs>>? = 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
constructor(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<TagArgs>>? = null, taskConfig: Output<FlywheelTaskConfigArgs>? = null)
Properties
Link copied to clipboard
The Amazon Resource Number (ARN) of the active model version.
Link copied to clipboard
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
Link copied to clipboard
Amazon S3 URI of the data lake location.
Link copied to clipboard
Data security configuration.
Link copied to clipboard
Name for the flywheel.
Link copied to clipboard
Model type of the flywheel's model.
Link copied to clipboard
Configuration about the model associated with a flywheel.