Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DocumentClassifier : KotlinCustomResource

Document Classifier enables training document classifier models.

Link copied to clipboard
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<TagArgs>>? = 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.

Link copied to clipboard
Link copied to clipboard
class Flywheel : KotlinCustomResource

The AWS::Comprehend::Flywheel resource creates an Amazon Comprehend Flywheel that enables customer to train their model.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard
object FlywheelMapper : ResourceMapper<Flywheel>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun flywheel(name: String, block: suspend FlywheelResourceBuilder.() -> Unit): Flywheel