AWSComprehendFlywheelIterationProperties
Objective-C
@interface AWSComprehendFlywheelIterationProperties
Swift
class AWSComprehendFlywheelIterationProperties
The configuration properties of a flywheel iteration.
-
The creation start time of the flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTime;Swift
var creationTime: Date? { get set } -
The completion time of this flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;Swift
var endTime: Date? { get set } -
The ARN of the evaluated model associated with this flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluatedModelArn;Swift
var evaluatedModelArn: String? { get set } -
The evaluation metrics associated with the evaluated model.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendFlywheelModelEvaluationMetrics *_Nullable evaluatedModelMetrics;Swift
var evaluatedModelMetrics: AWSComprehendFlywheelModelEvaluationMetrics? { get set } -
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable evaluationManifestS3Prefix;Swift
var evaluationManifestS3Prefix: String? { get set } -
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelArn;Swift
var flywheelArn: String? { get set } -
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelIterationId;Swift
var flywheelIterationId: String? { get set } -
A description of the status of the flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set } -
The status of the flywheel iteration.
Declaration
Objective-C
@property (nonatomic) AWSComprehendFlywheelIterationStatus status;Swift
var status: AWSComprehendFlywheelIterationStatus { get set } -
The ARN of the trained model associated with this flywheel iteration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trainedModelArn;Swift
var trainedModelArn: String? { get set } -
The metrics associated with the trained model.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendFlywheelModelEvaluationMetrics *_Nullable trainedModelMetrics;Swift
var trainedModelMetrics: AWSComprehendFlywheelModelEvaluationMetrics? { get set }
View on GitHub
Install in Dash
AWSComprehendFlywheelIterationProperties Class Reference