AWSRekognitionDatasetType

Objective-C

NS_ENUM(NSInteger, AWSRekognitionDatasetType) {
    AWSRekognitionDatasetTypeUnknown,
    AWSRekognitionDatasetTypeTrain,
    AWSRekognitionDatasetTypeTest,
}

Swift

enum AWSRekognitionDatasetType : Int, @unchecked Sendable

Undocumented