Class: Aws::AugmentedAIRuntime::Types::HumanLoopOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::HumanLoopOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Information about where the human output will be stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_s3_uri ⇒ String
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
Instance Attribute Details
#output_s3_uri ⇒ String
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
152 153 154 155 156 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 152 class HumanLoopOutput < Struct.new( :output_s3_uri) SENSITIVE = [] include Aws::Structure end |