GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric (google_api_dialogflow v0.89.0)
View SourceMetric and corresponding confidence intervals.
Attributes
-
confidenceInterval
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.t
, default:nil
) - The probability that the treatment is better than all other treatments in the experiment -
count
(type:float()
, default:nil
) - Count value of a metric. -
countType
(type:String.t
, default:nil
) - Count-based metric type. Only one of type or count_type is specified in each Metric. -
ratio
(type:float()
, default:nil
) - Ratio value of a metric. -
type
(type:String.t
, default:nil
) - Ratio-based metric type. Only one of type or count_type is specified in each Metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric{ confidenceInterval: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.t() | nil, count: float() | nil, countType: String.t() | nil, ratio: float() | nil, type: String.t() | nil }