OutputDataConfig
The output properties for a detection job.
Contents
- S3Bucket
-
When you use the
OutputDataConfig
object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output.Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
^[0-9a-z\.\-_]*(?!\.)$
Required: Yes
- S3Key
-
The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: