Skip to main content

IRekognitionTrainingData

Interface in AWS.Rekognition

Interface for TrainingData.

Properties

Assets

property Assets: TList<IRekognitionAsset>

Type: IRekognitionAsset

The assets used for training.

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.