ExperimentResultsResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllPer-variant results view of an experiment.
public sealed record ExperimentResultsResponse : IEquatable<ExperimentResultsResponse>Inheritance
Section titled “Inheritance”object ← ExperimentResultsResponse
Implements
Section titled “Implements”IEquatable<ExperimentResultsResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”ExperimentResultsResponse()
Section titled “ ExperimentResultsResponse()”public ExperimentResultsResponse()Properties
Section titled “Properties”Experiment
Section titled “ Experiment”The experiment itself.
public required Experiment Experiment { get; init; }Property Value
Section titled “Property Value”Results
Section titled “ Results”Per-arm results.
public required IReadOnlyList<ExperimentVariantResult> Results { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<ExperimentVariantResult>
Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(ExperimentResultsResponse?)
Section titled “ Equals(ExperimentResultsResponse?)”public bool Equals(ExperimentResultsResponse? other)Parameters
Section titled “Parameters”other ExperimentResultsResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(ExperimentResultsResponse?, ExperimentResultsResponse?)
Section titled “ operator ==(ExperimentResultsResponse?, ExperimentResultsResponse?)”public static bool operator ==(ExperimentResultsResponse? left, ExperimentResultsResponse? right)Parameters
Section titled “Parameters”left ExperimentResultsResponse?
right ExperimentResultsResponse?
Returns
Section titled “Returns”operator !=(ExperimentResultsResponse?, ExperimentResultsResponse?)
Section titled “ operator !=(ExperimentResultsResponse?, ExperimentResultsResponse?)”public static bool operator !=(ExperimentResultsResponse? left, ExperimentResultsResponse? right)Parameters
Section titled “Parameters”left ExperimentResultsResponse?
right ExperimentResultsResponse?