SamplingConfig

The configuration that controls what percentage of agent traces are sampled for evaluation to manage evaluation volume and costs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of agent traces to sample for evaluation, ranging from 0.01% to 100%.

Functions

Link copied to clipboard
inline fun copy(block: SamplingConfig.Builder.() -> Unit = {}): SamplingConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String