Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

ExperimentBayesianResultsRep.md

File metadata and controls

26 lines (20 loc) · 1.06 KB

LaunchDarklyApi::ExperimentBayesianResultsRep

Properties

Name Type Description Notes
_links Hash<String, Link> The location and content type of related resources [optional]
treatment_results Array<TreatmentResultRep> Deprecated, use <code>results</code> instead. Only populated when response does not contain results sliced by multiple attributes. [optional]
metric_seen MetricSeen [optional]
probability_of_mismatch Float The probability of a Sample Ratio Mismatch [optional]
results Array<SlicedResultsRep> A list of attribute values and their corresponding treatment results [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExperimentBayesianResultsRep.new(
  _links: null,
  treatment_results: null,
  metric_seen: null,
  probability_of_mismatch: 0.9999999999999738,
  results: null
)