class Aws::ComprehendMedical::Types::InputDataConfig

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.

@note When making an API call, you may pass InputDataConfig

data as a hash:

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

@!attribute [rw] s3_bucket

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.
@return [String]

@!attribute [rw] s3_key

The path to the input data files in the S3 bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InputDataConfig AWS API Documentation

Constants

SENSITIVE