| Name | Type | Description | Notes |
|---|---|---|---|
| judgeConfigKey | string | Key of the judge AI Config | [default to undefined] |
| samplingRate | number | Sampling rate for this judge attachment (0.0 to 1.0) | [default to undefined] |
import { JudgeAttachment } from 'launchdarkly-api-typescript';
const instance: JudgeAttachment = {
judgeConfigKey,
samplingRate,
};