AWSRekognitionTestingData

Objective-C

@interface AWSRekognitionTestingData

Swift

class AWSRekognitionTestingData

The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition uses the training dataset to create a test dataset with a temporary split of the training dataset.

  • The assets used for testing.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSRekognitionAsset *> *_Nullable assets;

    Swift

    var assets: [AWSRekognitionAsset]? { get set }
  • If specified, Rekognition splits training dataset to create a test dataset for the training job.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable autoCreate;

    Swift

    var autoCreate: NSNumber? { get set }