Trace
Trace contains intermidate response for customer
Inheritors
Types
Trace Part which is emitted when agent trace could not be generated
Trace contains intermidate response during orchestration
Trace Part which contains information related to post processing step
Trace Part which contains information related to preprocessing step
Functions
Casts this Trace as a FailureTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FailureTrace value. Throws an exception if the Trace is not a FailureTrace.
Casts this Trace as a FailureTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.FailureTrace value. Returns null if the Trace is not a FailureTrace.
Casts this Trace as a OrchestrationTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.OrchestrationTrace value. Throws an exception if the Trace is not a OrchestrationTrace.
Casts this Trace as a OrchestrationTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.OrchestrationTrace value. Returns null if the Trace is not a OrchestrationTrace.
Casts this Trace as a PostProcessingTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PostProcessingTrace value. Throws an exception if the Trace is not a PostProcessingTrace.
Casts this Trace as a PostProcessingTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PostProcessingTrace value. Returns null if the Trace is not a PostProcessingTrace.
Casts this Trace as a PreProcessingTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PreProcessingTrace value. Throws an exception if the Trace is not a PreProcessingTrace.
Casts this Trace as a PreProcessingTrace and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PreProcessingTrace value. Returns null if the Trace is not a PreProcessingTrace.