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<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.

Constructors

Link copied to clipboard
constructor(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<TagArgs>>? = null, taskConfig: Output<FlywheelTaskConfigArgs>? = null)

Properties

Link copied to clipboard
val activeModelArn: Output<String>? = null

The Amazon Resource Number (ARN) of the active model version.

Link copied to clipboard
val dataAccessRoleArn: Output<String>? = null

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

Link copied to clipboard
val dataLakeS3Uri: Output<String>? = null

Amazon S3 URI of the data lake location.

Link copied to clipboard

Data security configuration.

Link copied to clipboard
val flywheelName: Output<String>? = null

Name for the flywheel.

Link copied to clipboard
val modelType: Output<FlywheelModelType>? = null

Model type of the flywheel's model.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags associated with the endpoint being created. A tag is a key-value pair that adds metadata to the endpoint. For example, a tag with "Sales" as the key might be added to an endpoint to indicate its use by the sales department.

Link copied to clipboard
val taskConfig: Output<FlywheelTaskConfigArgs>? = null

Configuration about the model associated with a flywheel.

Functions

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