Class: Aws::AugmentedAIRuntime::Types::HumanLoopOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb

Overview

Information about where the human output will be stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_s3_uriString

The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.

Returns:

  • (String)


152
153
154
155
156
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 152

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