View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultMetric (google_api_dialogflow v0.74.0)

Metric 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.