Class: Aws::BedrockAgentRuntime::Types::OrchestrationModelInvocationOutput

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

Overview

The foundation model output from the orchestration step.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

Contains information about the foundation model output from the orchestration step.

Returns:



6162
6163
6164
6165
6166
6167
6168
6169
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6162

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

#raw_responseTypes::RawResponse

Contains details of the raw response from the foundation model output.

Returns:



6162
6163
6164
6165
6166
6167
6168
6169
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6162

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

#reasoning_contentTypes::ReasoningContentBlock

Contains content about the reasoning that the model made during the orchestration step.



6162
6163
6164
6165
6166
6167
6168
6169
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6162

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


6162
6163
6164
6165
6166
6167
6168
6169
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6162

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