Observation

data class Observation(val value: Observation) : OrchestrationTrace

Trace Part which contains output details for action group or knowledge base or final response

Constructors

Link copied to clipboard
constructor(value: Observation)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this OrchestrationTrace as a Rationale and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.Rationale value. Throws an exception if the OrchestrationTrace is not a Rationale.

Link copied to clipboard