AWSRekognitionTestingDataResult
Objective-C
@interface AWSRekognitionTestingDataResult
Swift
class AWSRekognitionTestingDataResult
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
-
The testing dataset that was supplied for training.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionTestingData *_Nullable input;
Swift
var input: AWSRekognitionTestingData? { get set }
-
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionTestingData *_Nullable output;
Swift
var output: AWSRekognitionTestingData? { get set }
-
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionValidationData *_Nullable validation;
Swift
var validation: AWSRekognitionValidationData? { get set }