The flywheel properties.

interface FlywheelProperties {
    ActiveModelArn?: string;
    CreationTime?: Date;
    DataAccessRoleArn?: string;
    DataLakeS3Uri?: string;
    DataSecurityConfig?: DataSecurityConfig;
    FlywheelArn?: string;
    LastModifiedTime?: Date;
    LatestFlywheelIteration?: string;
    Message?: string;
    ModelType?: ModelType;
    Status?: FlywheelStatus;
    TaskConfig?: TaskConfig;
}

Properties

ActiveModelArn?: string

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

CreationTime?: Date

Creation time of the flywheel.

DataAccessRoleArn?: string

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

DataLakeS3Uri?: string

Amazon S3 URI of the data lake location.

DataSecurityConfig?: DataSecurityConfig

Data security configuration.

FlywheelArn?: string

The Amazon Resource Number (ARN) of the flywheel.

LastModifiedTime?: Date

Last modified time for the flywheel.

LatestFlywheelIteration?: string

The most recent flywheel iteration.

Message?: string

A description of the status of the flywheel.

ModelType?: ModelType

Model type of the flywheel's model.

The status of the flywheel.

TaskConfig?: TaskConfig

Configuration about the model associated with a flywheel.