Class: Aws::AugmentedAIRuntime::Types::HumanLoopInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::HumanLoopInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
An object containing the human loop input in JSON format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_content ⇒ String
Serialized input from the human loop.
Instance Attribute Details
#input_content ⇒ String
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
137 138 139 140 141 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 137 class HumanLoopInput < Struct.new( :input_content) SENSITIVE = [] include Aws::Structure end |