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

Class: Aws::Personalize::Types::BatchInferenceJobOutput

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

Overview

Note:

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

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

The output configuration parameters of a batch inference job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_destinationTypes::S3DataConfig

Information on the Amazon S3 bucket in which the batch inference job\'s output is stored.

Returns:

  • (Types::S3DataConfig)

    Information on the Amazon S3 bucket in which the batch inference job\'s output is stored.