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 =
[:metadata, :raw_response]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::Metadata

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

Returns:



3242
3243
3244
3245
3246
3247
3248
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3242

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

#raw_responseTypes::RawResponse

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

Returns:



3242
3243
3244
3245
3246
3247
3248
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3242

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


3242
3243
3244
3245
3246
3247
3248
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3242

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