AWSComprehendFlywheelProperties
Objective-C
@interface AWSComprehendFlywheelProperties
Swift
class AWSComprehendFlywheelProperties
The flywheel properties.
-
The Amazon Resource Number (ARN) of the active model version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable activeModelArn;Swift
var activeModelArn: String? { get set } -
Creation time of the flywheel.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTime;Swift
var creationTime: Date? { get set } -
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataAccessRoleArn;Swift
var dataAccessRoleArn: String? { get set } -
Amazon S3 URI of the data lake location.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataLakeS3Uri;Swift
var dataLakeS3Uri: String? { get set } -
Data security configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDataSecurityConfig *_Nullable dataSecurityConfig;Swift
var dataSecurityConfig: AWSComprehendDataSecurityConfig? { get set } -
The Amazon Resource Number (ARN) of the flywheel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelArn;Swift
var flywheelArn: String? { get set } -
Last modified time for the flywheel.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;Swift
var lastModifiedTime: Date? { get set } -
The most recent flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable latestFlywheelIteration;Swift
var latestFlywheelIteration: String? { get set } -
A description of the status of the flywheel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set } -
Model type of the flywheel’s model.
Declaration
Objective-C
@property (nonatomic) AWSComprehendModelType modelType;Swift
var modelType: AWSComprehendModelType { get set } -
The status of the flywheel.
Declaration
Objective-C
@property (nonatomic) AWSComprehendFlywheelStatus status;Swift
var status: AWSComprehendFlywheelStatus { get set } -
Configuration about the model associated with a flywheel.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendTaskConfig *_Nullable taskConfig;Swift
var taskConfig: AWSComprehendTaskConfig? { get set }
View on GitHub
Install in Dash
AWSComprehendFlywheelProperties Class Reference