You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComprehendMedical::Types::OutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::OutputDataConfig
- Defined in:
- (unknown)
Overview
When passing OutputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "S3Bucket", # required
s3_key: "S3Key",
}
The output properties for a detection job.
Returned by:
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
When you use the
OutputDataConfig
object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. -
#s3_key ⇒ String
The path to the output data files in the S3 bucket.
Instance Attribute Details
#s3_bucket ⇒ String
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.
#s3_key ⇒ String
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.