FlywheelArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): FlywheelArgs

Properties

Link copied to clipboard
val activeModelArn: Output<String>? = null
Link copied to clipboard
val dataAccessRoleArn: Output<String>? = null
Link copied to clipboard
val dataLakeS3Uri: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val flywheelName: Output<String>? = null
Link copied to clipboard
val modelType: Output<FlywheelModelType>? = null
Link copied to clipboard
val tags: Output<List<FlywheelTagArgs>>? = null
Link copied to clipboard
val taskConfig: Output<FlywheelTaskConfigArgs>? = null