class Aws::Personalize::Types::BatchInferenceJobOutput

The output configuration parameters of a batch inference job.

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

data as a hash:

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

@!attribute [rw] s3_data_destination

Information on the Amazon S3 bucket in which the batch inference
job's output is stored.
@return [Types::S3DataConfig]

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

Constants

SENSITIVE