CreateFlywheelRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model version. Do not set TaskConfig or ModelType if you specify an ActiveModelArn.

Link copied to clipboard

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required to access the flywheel data in the data lake.

Link copied to clipboard

Enter the S3 location for the data lake. You can specify a new S3 bucket or a new folder of an existing S3 bucket. The flywheel creates the data lake at this location.

Link copied to clipboard

Data security configurations.

Link copied to clipboard

Name for the flywheel.

Link copied to clipboard

The model type. You need to set ModelType if you are creating a flywheel for a new model.

Link copied to clipboard
val tags: List<Tag>?

The tags to associate with this flywheel.

Link copied to clipboard

Configuration about the model associated with the flywheel. You need to set TaskConfig if you are creating a flywheel for a new model.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String