Flywheel summary information.

interface FlywheelSummary {
    ActiveModelArn?: string;
    CreationTime?: Date;
    DataLakeS3Uri?: string;
    FlywheelArn?: string;
    LastModifiedTime?: Date;
    LatestFlywheelIteration?: string;
    Message?: string;
    ModelType?: ModelType;
    Status?: FlywheelStatus;
}

Properties

ActiveModelArn?: string

ARN of the active model version for the flywheel.

CreationTime?: Date

Creation time of the flywheel.

DataLakeS3Uri?: string

Amazon S3 URI of the data lake location.

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.