class Aws::Personalize::Types::BatchInferenceJobInput

The input configuration of a batch inference job.

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

data as a hash:

    {
      s3_data_source: { # required
        path: "S3Location", # required
        kms_key_arn: "KmsKeyArn",
      },
    }

@!attribute [rw] s3_data_source

The URI of the Amazon S3 location that contains your input data. The
Amazon S3 bucket must be in the same region as the API endpoint you
are calling.
@return [Types::S3DataConfig]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/BatchInferenceJobInput AWS API Documentation

Constants

SENSITIVE