Class: Aws::AugmentedAIRuntime::Types::HumanLoopInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-augmentedairuntime/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

Instance Attribute Details

#input_contentString

Serialized input from the human loop. The input must be a string representation of a file in JSON format.

Returns:

  • (String)


137
138
139
140
141
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 137

class HumanLoopInput < Struct.new(
  :input_content)
  SENSITIVE = []
  include Aws::Structure
end