Class: Aws::BedrockAgentRuntime::Types::PreProcessingModelInvocationOutput

Inherits:
Struct
  • Object
show all
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]

Instance Attribute Summary collapse

Instance Attribute Details

#parsed_responseTypes::PreProcessingParsedResponse

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



1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1522

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1522

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