AWSComprehendFlywheelSummary

Objective-C

@interface AWSComprehendFlywheelSummary

Swift

class AWSComprehendFlywheelSummary

Flywheel summary information.

  • ARN of the active model version for the flywheel.

    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 }
  • Amazon S3 URI of the data lake location.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dataLakeS3Uri;

    Swift

    var dataLakeS3Uri: String? { 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 }