Class: Aws::BedrockAgentRuntime::Types::RawResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RawResponse
- 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
-
#content ⇒ String
The foundation model's raw output content.
Instance Attribute Details
#content ⇒ String
The foundation model's raw output content.
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 |