Skip to main content

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;

IRekognitionAsset

Add an asset to Assets.

Parameters

NameDescription
AAssetSpecify 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

NameDescription
AGroundTruthManifestBucketSpecify the name of the bucket containing the manifest for the asset.
AGroundTruthManifestObjectSpecify the key of the manifest in the bucket.

Returns

Returns the index of the asset added to Assets.