Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 661 Bytes

File metadata and controls

22 lines (15 loc) · 661 Bytes

JudgeAttachment

Properties

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]

Example

import { JudgeAttachment } from 'launchdarkly-api-typescript';

const instance: JudgeAttachment = {
    judgeConfigKey,
    samplingRate,
};

[Back to Model list] [Back to API list] [Back to README]