FlywheelTaskConfigArgs

data class FlywheelTaskConfigArgs(val documentClassificationConfig: Output<FlywheelDocumentClassificationConfigArgs>? = null, val entityRecognitionConfig: Output<FlywheelEntityRecognitionConfigArgs>? = null, val languageCode: Output<FlywheelTaskConfigLanguageCode>) : ConvertibleToJava<FlywheelTaskConfigArgs>

Constructors

Link copied to clipboard
fun FlywheelTaskConfigArgs(documentClassificationConfig: Output<FlywheelDocumentClassificationConfigArgs>? = null, entityRecognitionConfig: Output<FlywheelEntityRecognitionConfigArgs>? = null, languageCode: Output<FlywheelTaskConfigLanguageCode>)

Functions

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

Properties