Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

LaunchDarklyApi::JudgeAttachment

Properties

Name Type Description Notes
judge_config_key String Key of the judge AI Config
sampling_rate Float Sampling rate for this judge attachment (0.0 to 1.0)

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::JudgeAttachment.new(
  judge_config_key: null,
  sampling_rate: null
)