Values.InputDataConfigSourceThe input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
type nonrec t = {s3Bucket : S3Bucket.t;The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
*)s3Key : S3Key.t option;The path to the input data files in the S3 bucket.
*)}