You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::InputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket: "S3Bucket", # required
  s3_key: "S3Key",
}

The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed. See batch-manifest for more information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

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.

Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.

Returns:

  • (String)

    The URI of the S3 bucket that contains the input data.

#s3_keyString

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

Returns:

  • (String)

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