You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Personalize::Types::BatchInferenceJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchInferenceJobInput
- Defined in:
- (unknown)
Overview
Note:
When passing BatchInferenceJobInput as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_data_source: { # required
path: "S3Location", # required
kms_key_arn: "KmsKeyArn",
},
}
The input configuration of a batch inference job.
Returned by:
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.