AWSComprehendFlywheelIterationStatus
Objective-C
NS_ENUM(NSInteger, AWSComprehendFlywheelIterationStatus) {
AWSComprehendFlywheelIterationStatusUnknown,
AWSComprehendFlywheelIterationStatusTraining,
AWSComprehendFlywheelIterationStatusEvaluating,
AWSComprehendFlywheelIterationStatusCompleted,
AWSComprehendFlywheelIterationStatusFailed,
AWSComprehendFlywheelIterationStatusStopRequested,
AWSComprehendFlywheelIterationStatusStopped,
}
Swift
enum AWSComprehendFlywheelIterationStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusTraining
Swift
case training = 1
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusEvaluating
Swift
case evaluating = 2
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusCompleted
Swift
case completed = 3
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusFailed
Swift
case failed = 4
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusStopRequested
Swift
case stopRequested = 5
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelIterationStatusStopped
Swift
case stopped = 6