Flywheel Task Config Args
data class FlywheelTaskConfigArgs(val documentClassificationConfig: Output<FlywheelDocumentClassificationConfigArgs>? = null, val entityRecognitionConfig: Output<FlywheelEntityRecognitionConfigArgs>? = null, val languageCode: Output<FlywheelTaskConfigLanguageCode>) : ConvertibleToJava<FlywheelTaskConfigArgs>
Constructors
Link copied to clipboard
constructor(documentClassificationConfig: Output<FlywheelDocumentClassificationConfigArgs>? = null, entityRecognitionConfig: Output<FlywheelEntityRecognitionConfigArgs>? = null, languageCode: Output<FlywheelTaskConfigLanguageCode>)