public static interface Experiment.Result.VersionMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Experiment.Result.Metric |
getMetrics(int index)
The metrics and corresponding confidence intervals in the inference
result.
|
int |
getMetricsCount()
The metrics and corresponding confidence intervals in the inference
result.
|
List<Experiment.Result.Metric> |
getMetricsList()
The metrics and corresponding confidence intervals in the inference
result.
|
Experiment.Result.MetricOrBuilder |
getMetricsOrBuilder(int index)
The metrics and corresponding confidence intervals in the inference
result.
|
List<? extends Experiment.Result.MetricOrBuilder> |
getMetricsOrBuilderList()
The metrics and corresponding confidence intervals in the inference
result.
|
int |
getSessionCount()
Number of sessions that were allocated to this version.
|
String |
getVersion()
The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version].
|
com.google.protobuf.ByteString |
getVersionBytes()
The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version]. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>`.
string version = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getVersionBytes()
The name of the flow [Version][google.cloud.dialogflow.cx.v3.Version]. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>`.
string version = 1 [(.google.api.resource_reference) = { ... }List<Experiment.Result.Metric> getMetricsList()
The metrics and corresponding confidence intervals in the inference result.
repeated .google.cloud.dialogflow.cx.v3.Experiment.Result.Metric metrics = 2;Experiment.Result.Metric getMetrics(int index)
The metrics and corresponding confidence intervals in the inference result.
repeated .google.cloud.dialogflow.cx.v3.Experiment.Result.Metric metrics = 2;int getMetricsCount()
The metrics and corresponding confidence intervals in the inference result.
repeated .google.cloud.dialogflow.cx.v3.Experiment.Result.Metric metrics = 2;List<? extends Experiment.Result.MetricOrBuilder> getMetricsOrBuilderList()
The metrics and corresponding confidence intervals in the inference result.
repeated .google.cloud.dialogflow.cx.v3.Experiment.Result.Metric metrics = 2;Experiment.Result.MetricOrBuilder getMetricsOrBuilder(int index)
The metrics and corresponding confidence intervals in the inference result.
repeated .google.cloud.dialogflow.cx.v3.Experiment.Result.Metric metrics = 2;int getSessionCount()
Number of sessions that were allocated to this version.
int32 session_count = 3;Copyright © 2025 Google LLC. All rights reserved.