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 =
[:parsed_response]

Instance Attribute Summary collapse

Instance Attribute Details

#parsed_responseTypes::PostProcessingParsedResponse

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



1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1447

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1447

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