Trace

sealed class Trace

Trace contains intermidate response for customer

Inheritors

Types

Link copied to clipboard
data class FailureTrace(val value: FailureTrace) : Trace

Trace Part which is emitted when agent trace could not be generated

Link copied to clipboard

Trace contains intermidate response during orchestration

Link copied to clipboard

Trace Part which contains information related to post processing step

Link copied to clipboard

Trace Part which contains information related to preprocessing step

Link copied to clipboard
object SdkUnknown : Trace

Functions

Link copied to clipboard

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.

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