Class: Aws::BedrockAgentRuntime::Types::PostProcessingModelInvocationOutput

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

Overview

The foundation model output from the post-processing step.

Constant Summary collapse

SENSITIVE =
[:metadata, :parsed_response, :raw_response, :reasoning_content]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata ⇒ Types::Metadata

Contains information about the foundation model output from the post-processing step.

Returns:



7781
7782
7783
7784
7785
7786
7787
7788
7789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7781

class PostProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :reasoning_content,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response, :reasoning_content]
  include Aws::Structure
end

#parsed_response ⇒ Types::PostProcessingParsedResponse

Details about the response from the Lambda parsing of the output of the post-processing step.



7781
7782
7783
7784
7785
7786
7787
7788
7789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7781

class PostProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :reasoning_content,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response, :reasoning_content]
  include Aws::Structure
end

#raw_response ⇒ Types::RawResponse

Details of the raw response from the foundation model output.

Returns:



7781
7782
7783
7784
7785
7786
7787
7788
7789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7781

class PostProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :reasoning_content,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response, :reasoning_content]
  include Aws::Structure
end

#reasoning_content ⇒ Types::ReasoningContentBlock

Contains content about the reasoning that the model made during the post-processing step.



7781
7782
7783
7784
7785
7786
7787
7788
7789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7781

class PostProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :reasoning_content,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response, :reasoning_content]
  include Aws::Structure
end

#trace_id ⇒ String

The unique identifier of the trace.

Returns:

  • (String)


7781
7782
7783
7784
7785
7786
7787
7788
7789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7781

class PostProcessingModelInvocationOutput < Struct.new(
  :metadata,
  :parsed_response,
  :raw_response,
  :reasoning_content,
  :trace_id)
  SENSITIVE = [:metadata, :parsed_response, :raw_response, :reasoning_content]
  include Aws::Structure
end