Class: Aws::Personalize::Types::BatchInferenceJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchInferenceJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
The output configuration parameters of a batch inference job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_destination ⇒ Types::S3DataConfig
Information on the Amazon S3 bucket in which the batch inference job’s output is stored.
Instance Attribute Details
#s3_data_destination ⇒ Types::S3DataConfig
Information on the Amazon S3 bucket in which the batch inference job’s output is stored.
314 315 316 317 318 |
# File 'lib/aws-sdk-personalize/types.rb', line 314 class BatchInferenceJobOutput < Struct.new( :s3_data_destination) SENSITIVE = [] include Aws::Structure end |