Class: Aws::Personalize::Types::BatchInferenceJobInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

The input configuration of a batch inference job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3DataConfig

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.

Returns:



273
274
275
276
277
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 273

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