AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The flywheel properties.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.FlywheelProperties

Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z

Syntax

C#
public class FlywheelProperties

The FlywheelProperties type exposes the following members

Constructors

NameDescription
Public Method FlywheelProperties()

Properties

NameTypeDescription
Public Property ActiveModelArn System.String

Gets and sets the property ActiveModelArn.

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

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

Creation time of the flywheel.

Public Property DataAccessRoleArn System.String

Gets and sets the property DataAccessRoleArn.

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

Public Property DataLakeS3Uri System.String

Gets and sets the property DataLakeS3Uri.

Amazon S3 URI of the data lake location.

Public Property DataSecurityConfig Amazon.Comprehend.Model.DataSecurityConfig

Gets and sets the property DataSecurityConfig.

Data security configuration.

Public Property FlywheelArn System.String

Gets and sets the property FlywheelArn.

The Amazon Resource Number (ARN) of the flywheel.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

Last modified time for the flywheel.

Public Property LatestFlywheelIteration System.String

Gets and sets the property LatestFlywheelIteration.

The most recent flywheel iteration.

Public Property Message System.String

Gets and sets the property Message.

A description of the status of the flywheel.

Public Property ModelType Amazon.Comprehend.ModelType

Gets and sets the property ModelType.

Model type of the flywheel's model.

Public Property Status Amazon.Comprehend.FlywheelStatus

Gets and sets the property Status.

The status of the flywheel.

Public Property TaskConfig Amazon.Comprehend.Model.TaskConfig

Gets and sets the property TaskConfig.

Configuration about the model associated with a flywheel.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5