Class: Aws::BedrockAgentRuntime::Types::RawResponse

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

Overview

Contains the raw output from the foundation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The foundation model's raw output content.

Returns:

  • (String)


3811
3812
3813
3814
3815
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3811

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