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:



299
300
301
302
303
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 299

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