AWSRekognitionOutputConfig
Objective-C
@interface AWSRekognitionOutputConfig
Swift
class AWSRekognitionOutputConfig
The S3 bucket and folder location where training output is placed.
-
The S3 bucket where training output is placed.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;Swift
var s3Bucket: String? { get set } -
The prefix applied to the training output files.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3KeyPrefix;Swift
var s3KeyPrefix: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionOutputConfig Class Reference