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

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

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

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

Returns:



4032
4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4032

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

#parsed_responseTypes::PostProcessingParsedResponse

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



4032
4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4032

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

#raw_responseTypes::RawResponse

Details of the raw response from the foundation model output.

Returns:



4032
4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4032

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


4032
4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4032

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