Class: Aws::Personalize::Types::BatchInferenceJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchInferenceJobInput
- 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
-
#s3_data_source ⇒ Types::S3DataConfig
The URI of the Amazon S3 location that contains your input data.
Instance Attribute Details
#s3_data_source ⇒ Types::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.
308 309 310 311 312 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 308 class BatchInferenceJobInput < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |