AWSRekognitionAsset
Objective-C
@interface AWSRekognitionAsset
Swift
class AWSRekognitionAsset
Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.
-
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionGroundTruthManifest *_Nullable groundTruthManifest;
Swift
var groundTruthManifest: AWSRekognitionGroundTruthManifest? { get set }