/AWS1/CL_CPMOUTPUTDATACONFIG¶
The output properties for a detection job.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_s3bucket
TYPE /AWS1/CPMS3BUCKET
/AWS1/CPMS3BUCKET
¶
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.
Optional arguments:¶
iv_s3key
TYPE /AWS1/CPMS3KEY
/AWS1/CPMS3KEY
¶
The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
Queryable Attributes¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
S3Key¶
The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |