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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#s3_bucketString

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.

Returns:

  • (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_keyString

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.

Returns:

  • (String)

    The path to the output data files in the S3 bucket.