DocumentClassifierArgs

data class DocumentClassifierArgs(val dataAccessRoleArn: Output<String>? = null, val documentClassifierName: Output<String>? = null, val inputDataConfig: Output<DocumentClassifierInputDataConfigArgs>? = null, val languageCode: Output<DocumentClassifierLanguageCode>? = null, val mode: Output<DocumentClassifierMode>? = null, val modelKmsKeyId: Output<String>? = null, val modelPolicy: Output<String>? = null, val outputDataConfig: Output<DocumentClassifierOutputDataConfigArgs>? = null, val tags: Output<List<DocumentClassifierTagArgs>>? = null, val versionName: Output<String>? = null, val volumeKmsKeyId: Output<String>? = null, val vpcConfig: Output<DocumentClassifierVpcConfigArgs>? = null) : ConvertibleToJava<DocumentClassifierArgs>

Document Classifier enables training document classifier models.

Constructors

Link copied to clipboard
fun DocumentClassifierArgs(dataAccessRoleArn: Output<String>? = null, documentClassifierName: Output<String>? = null, inputDataConfig: Output<DocumentClassifierInputDataConfigArgs>? = null, languageCode: Output<DocumentClassifierLanguageCode>? = null, mode: Output<DocumentClassifierMode>? = null, modelKmsKeyId: Output<String>? = null, modelPolicy: Output<String>? = null, outputDataConfig: Output<DocumentClassifierOutputDataConfigArgs>? = null, tags: Output<List<DocumentClassifierTagArgs>>? = null, versionName: Output<String>? = null, volumeKmsKeyId: Output<String>? = null, vpcConfig: Output<DocumentClassifierVpcConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val dataAccessRoleArn: Output<String>? = null
Link copied to clipboard
val documentClassifierName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mode: Output<DocumentClassifierMode>? = null
Link copied to clipboard
val modelKmsKeyId: Output<String>? = null
Link copied to clipboard
val modelPolicy: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<DocumentClassifierTagArgs>>? = null
Link copied to clipboard
val versionName: Output<String>? = null
Link copied to clipboard
val volumeKmsKeyId: Output<String>? = null
Link copied to clipboard