Method: Aws::Personalize::Types::BatchInferenceJobOutput#s3_data_destination

Defined in:
lib/aws-sdk-personalize/types.rb

#s3_data_destinationTypes::S3DataConfig

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

Returns:



323
324
325
326
327
# File 'lib/aws-sdk-personalize/types.rb', line 323

class BatchInferenceJobOutput < Struct.new(
  :s3_data_destination)
  SENSITIVE = []
  include Aws::Structure
end