IRekognitionTestingData
Interface in AWS.Rekognition
Interface for TestingData.
Properties
Assets
property Assets: TList<IRekognitionAsset>
Type: IRekognitionAsset
The assets used for testing.
AutoCreate
property AutoCreate: TOptional<Boolean>
Optionally, specify whether Rekognition should split the training dataset to create a test dataset for training the job.
Methods
AddAsset
function AddAsset(const AAsset: IRekognitionAsset): NativeInt; overload;
Add an asset to Assets.
Parameters
| Name | Description |
|---|---|
AAsset | Specify an asset to add to Assets. |
Returns
Returns the index of the asset added to Assets.
function AddAsset(const AGroundTruthManifestBucket, AGroundTruthManifestObject: string): NativeInt; overload;
Add an asset with an Amazon Sagemaker Ground Truth Manifest to Assets.
Parameters
| Name | Description |
|---|---|
AGroundTruthManifestBucket | Specify the name of the bucket containing the manifest for the asset. |
AGroundTruthManifestObject | Specify the key of the manifest in the bucket. |
Returns
Returns the index of the asset added to Assets.