Class: Aws::BedrockAgentRuntime::Types::PreProcessingModelInvocationOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::PreProcessingModelInvocationOutput
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The foundation model output from the pre-processing step.
Constant Summary collapse
- SENSITIVE =
- [:parsed_response, :raw_response, :metadata, :reasoning_content] 
Instance Attribute Summary collapse
- 
  
    
      #metadata  ⇒ Types::Metadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains information about the foundation model output from the pre-processing step. 
- 
  
    
      #parsed_response  ⇒ Types::PreProcessingParsedResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details about the response from the Lambda parsing of the output of the pre-processing step. 
- 
  
    
      #raw_response  ⇒ Types::RawResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details of the raw response from the foundation model output. 
- 
  
    
      #reasoning_content  ⇒ Types::ReasoningContentBlock 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains content about the reasoning that the model made during the pre-processing step. 
- 
  
    
      #trace_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the trace. 
Instance Attribute Details
#metadata ⇒ Types::Metadata
Contains information about the foundation model output from the pre-processing step.
| 6463 6464 6465 6466 6467 6468 6469 6470 6471 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6463 class PreProcessingModelInvocationOutput < Struct.new( :trace_id, :parsed_response, :raw_response, :metadata, :reasoning_content) SENSITIVE = [:parsed_response, :raw_response, :metadata, :reasoning_content] include Aws::Structure end | 
#parsed_response ⇒ Types::PreProcessingParsedResponse
Details about the response from the Lambda parsing of the output of the pre-processing step.
| 6463 6464 6465 6466 6467 6468 6469 6470 6471 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6463 class PreProcessingModelInvocationOutput < Struct.new( :trace_id, :parsed_response, :raw_response, :metadata, :reasoning_content) SENSITIVE = [:parsed_response, :raw_response, :metadata, :reasoning_content] include Aws::Structure end | 
#raw_response ⇒ Types::RawResponse
Details of the raw response from the foundation model output.
| 6463 6464 6465 6466 6467 6468 6469 6470 6471 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6463 class PreProcessingModelInvocationOutput < Struct.new( :trace_id, :parsed_response, :raw_response, :metadata, :reasoning_content) SENSITIVE = [:parsed_response, :raw_response, :metadata, :reasoning_content] include Aws::Structure end | 
#reasoning_content ⇒ Types::ReasoningContentBlock
Contains content about the reasoning that the model made during the pre-processing step.
| 6463 6464 6465 6466 6467 6468 6469 6470 6471 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6463 class PreProcessingModelInvocationOutput < Struct.new( :trace_id, :parsed_response, :raw_response, :metadata, :reasoning_content) SENSITIVE = [:parsed_response, :raw_response, :metadata, :reasoning_content] include Aws::Structure end | 
#trace_id ⇒ String
The unique identifier of the trace.
| 6463 6464 6465 6466 6467 6468 6469 6470 6471 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6463 class PreProcessingModelInvocationOutput < Struct.new( :trace_id, :parsed_response, :raw_response, :metadata, :reasoning_content) SENSITIVE = [:parsed_response, :raw_response, :metadata, :reasoning_content] include Aws::Structure end |