TRekognitionAsset
Class in AWS.Rekognition
Asset class.
Ancestors
Properties
GroundTruthManifest
property GroundTruthManifest: IRekognitionGroundTruthManifest
Type: IRekognitionGroundTruthManifest
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionAsset.
constructor Create(const AGroundTruthManifest: IRekognitionGroundTruthManifest); overload;
IRekognitionGroundTruthManifest
Constructor for TRekognitionAsset.
Parameters
| Name | Description |
|---|---|
AGroundTruthManifest | The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file. |
Methods
WithManifestOnS3
class function WithManifestOnS3(const ABucket, AName: string): TRekognitionAsset;
Construct an Asset with a Ground Truth Manifest on Amazon S3.
Parameters
| Name | Description |
|---|---|
ABucket | Specify the name of the bucket containing the source manifest. |
AObject | Specify the key of the manifest in the bucket. |
Returns
Returns an instance of TRekognitionAsset with GroundTruthManifest set.