AWSRekognitionDistributeDatasetEntriesRequest
Objective-C
@interface AWSRekognitionDistributeDatasetEntriesRequest
Swift
class AWSRekognitionDistributeDatasetEntriesRequest
-
The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionDistributeDataset *> *_Nullable datasets;
Swift
var datasets: [AWSRekognitionDistributeDataset]? { get set }