Class AggregatedMetrics.MetricsByAppVersion.Builder (0.3.0)

public static final class AggregatedMetrics.MetricsByAppVersion.Builder extends GeneratedMessage.Builder<AggregatedMetrics.MetricsByAppVersion.Builder> implements AggregatedMetrics.MetricsByAppVersionOrBuilder

Metrics aggregated per app version.

Protobuf type google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllHallucinationMetrics(Iterable<? extends AggregatedMetrics.HallucinationMetrics> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllHallucinationMetrics(Iterable<? extends AggregatedMetrics.HallucinationMetrics> values)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addAllMetricsByTurn(Iterable<? extends AggregatedMetrics.MetricsByTurn> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllMetricsByTurn(Iterable<? extends AggregatedMetrics.MetricsByTurn> values)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addAllSemanticSimilarityMetrics(Iterable<? extends AggregatedMetrics.SemanticSimilarityMetrics> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllSemanticSimilarityMetrics(Iterable<? extends AggregatedMetrics.SemanticSimilarityMetrics> values)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addAllToolCallLatencyMetrics(Iterable<? extends AggregatedMetrics.ToolCallLatencyMetrics> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllToolCallLatencyMetrics(Iterable<? extends AggregatedMetrics.ToolCallLatencyMetrics> values)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addAllToolMetrics(Iterable<? extends AggregatedMetrics.ToolMetrics> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllToolMetrics(Iterable<? extends AggregatedMetrics.ToolMetrics> values)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addAllTurnLatencyMetrics(Iterable<? extends AggregatedMetrics.TurnLatencyMetrics> values)

public AggregatedMetrics.MetricsByAppVersion.Builder addAllTurnLatencyMetrics(Iterable<? extends AggregatedMetrics.TurnLatencyMetrics> values)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics>
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addHallucinationMetrics(AggregatedMetrics.HallucinationMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addHallucinationMetrics(AggregatedMetrics.HallucinationMetrics value)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.HallucinationMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addHallucinationMetrics(AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addHallucinationMetrics(AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.HallucinationMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics value)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.HallucinationMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.HallucinationMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addHallucinationMetricsBuilder()

public AggregatedMetrics.HallucinationMetrics.Builder addHallucinationMetricsBuilder()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.HallucinationMetrics.Builder

addHallucinationMetricsBuilder(int index)

public AggregatedMetrics.HallucinationMetrics.Builder addHallucinationMetricsBuilder(int index)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.HallucinationMetrics.Builder

addMetricsByTurn(AggregatedMetrics.MetricsByTurn value)

public AggregatedMetrics.MetricsByAppVersion.Builder addMetricsByTurn(AggregatedMetrics.MetricsByTurn value)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.MetricsByTurn
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addMetricsByTurn(AggregatedMetrics.MetricsByTurn.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addMetricsByTurn(AggregatedMetrics.MetricsByTurn.Builder builderForValue)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.MetricsByTurn.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn value)

public AggregatedMetrics.MetricsByAppVersion.Builder addMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn value)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.MetricsByTurn
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn.Builder builderForValue)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.MetricsByTurn.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addMetricsByTurnBuilder()

public AggregatedMetrics.MetricsByTurn.Builder addMetricsByTurnBuilder()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByTurn.Builder

addMetricsByTurnBuilder(int index)

public AggregatedMetrics.MetricsByTurn.Builder addMetricsByTurnBuilder(int index)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByTurn.Builder

addSemanticSimilarityMetrics(AggregatedMetrics.SemanticSimilarityMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addSemanticSimilarityMetrics(AggregatedMetrics.SemanticSimilarityMetrics value)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.SemanticSimilarityMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addSemanticSimilarityMetrics(AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addSemanticSimilarityMetrics(AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.SemanticSimilarityMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics value)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.SemanticSimilarityMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.SemanticSimilarityMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addSemanticSimilarityMetricsBuilder()

public AggregatedMetrics.SemanticSimilarityMetrics.Builder addSemanticSimilarityMetricsBuilder()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.SemanticSimilarityMetrics.Builder

addSemanticSimilarityMetricsBuilder(int index)

public AggregatedMetrics.SemanticSimilarityMetrics.Builder addSemanticSimilarityMetricsBuilder(int index)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.SemanticSimilarityMetrics.Builder

addToolCallLatencyMetrics(AggregatedMetrics.ToolCallLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolCallLatencyMetrics(AggregatedMetrics.ToolCallLatencyMetrics value)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.ToolCallLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolCallLatencyMetrics(AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolCallLatencyMetrics(AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.ToolCallLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics value)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.ToolCallLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.ToolCallLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolCallLatencyMetricsBuilder()

public AggregatedMetrics.ToolCallLatencyMetrics.Builder addToolCallLatencyMetricsBuilder()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.ToolCallLatencyMetrics.Builder

addToolCallLatencyMetricsBuilder(int index)

public AggregatedMetrics.ToolCallLatencyMetrics.Builder addToolCallLatencyMetricsBuilder(int index)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolCallLatencyMetrics.Builder

addToolMetrics(AggregatedMetrics.ToolMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolMetrics(AggregatedMetrics.ToolMetrics value)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.ToolMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolMetrics(AggregatedMetrics.ToolMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolMetrics(AggregatedMetrics.ToolMetrics.Builder builderForValue)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.ToolMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolMetrics(int index, AggregatedMetrics.ToolMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolMetrics(int index, AggregatedMetrics.ToolMetrics value)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.ToolMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolMetrics(int index, AggregatedMetrics.ToolMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addToolMetrics(int index, AggregatedMetrics.ToolMetrics.Builder builderForValue)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.ToolMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addToolMetricsBuilder()

public AggregatedMetrics.ToolMetrics.Builder addToolMetricsBuilder()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.ToolMetrics.Builder

addToolMetricsBuilder(int index)

public AggregatedMetrics.ToolMetrics.Builder addToolMetricsBuilder(int index)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolMetrics.Builder

addTurnLatencyMetrics(AggregatedMetrics.TurnLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addTurnLatencyMetrics(AggregatedMetrics.TurnLatencyMetrics value)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value AggregatedMetrics.TurnLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addTurnLatencyMetrics(AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addTurnLatencyMetrics(AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue AggregatedMetrics.TurnLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder addTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics value)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.TurnLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder addTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.TurnLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

addTurnLatencyMetricsBuilder()

public AggregatedMetrics.TurnLatencyMetrics.Builder addTurnLatencyMetricsBuilder()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.TurnLatencyMetrics.Builder

addTurnLatencyMetricsBuilder(int index)

public AggregatedMetrics.TurnLatencyMetrics.Builder addTurnLatencyMetricsBuilder(int index)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.TurnLatencyMetrics.Builder

build()

public AggregatedMetrics.MetricsByAppVersion build()
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion

buildPartial()

public AggregatedMetrics.MetricsByAppVersion buildPartial()
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion

clear()

public AggregatedMetrics.MetricsByAppVersion.Builder clear()
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder
Overrides

clearAppVersionId()

public AggregatedMetrics.MetricsByAppVersion.Builder clearAppVersionId()

Output only. The app version ID.

string app_version_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

clearFailCount()

public AggregatedMetrics.MetricsByAppVersion.Builder clearFailCount()

Output only. The number of times the evaluation failed.

int32 fail_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

clearHallucinationMetrics()

public AggregatedMetrics.MetricsByAppVersion.Builder clearHallucinationMetrics()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

clearMetricsByTurn()

public AggregatedMetrics.MetricsByAppVersion.Builder clearMetricsByTurn()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

clearPassCount()

public AggregatedMetrics.MetricsByAppVersion.Builder clearPassCount()

Output only. The number of times the evaluation passed.

int32 pass_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

clearSemanticSimilarityMetrics()

public AggregatedMetrics.MetricsByAppVersion.Builder clearSemanticSimilarityMetrics()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

clearToolCallLatencyMetrics()

public AggregatedMetrics.MetricsByAppVersion.Builder clearToolCallLatencyMetrics()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

clearToolMetrics()

public AggregatedMetrics.MetricsByAppVersion.Builder clearToolMetrics()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

clearTurnLatencyMetrics()

public AggregatedMetrics.MetricsByAppVersion.Builder clearTurnLatencyMetrics()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

getAppVersionId()

public String getAppVersionId()

Output only. The app version ID.

string app_version_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The appVersionId.

getAppVersionIdBytes()

public ByteString getAppVersionIdBytes()

Output only. The app version ID.

string app_version_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for appVersionId.

getDefaultInstanceForType()

public AggregatedMetrics.MetricsByAppVersion getDefaultInstanceForType()
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFailCount()

public int getFailCount()

Output only. The number of times the evaluation failed.

int32 fail_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The failCount.

getHallucinationMetrics(int index)

public AggregatedMetrics.HallucinationMetrics getHallucinationMetrics(int index)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.HallucinationMetrics

getHallucinationMetricsBuilder(int index)

public AggregatedMetrics.HallucinationMetrics.Builder getHallucinationMetricsBuilder(int index)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.HallucinationMetrics.Builder

getHallucinationMetricsBuilderList()

public List<AggregatedMetrics.HallucinationMetrics.Builder> getHallucinationMetricsBuilderList()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getHallucinationMetricsCount()

public int getHallucinationMetricsCount()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getHallucinationMetricsList()

public List<AggregatedMetrics.HallucinationMetrics> getHallucinationMetricsList()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<HallucinationMetrics>

getHallucinationMetricsOrBuilder(int index)

public AggregatedMetrics.HallucinationMetricsOrBuilder getHallucinationMetricsOrBuilder(int index)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.HallucinationMetricsOrBuilder

getHallucinationMetricsOrBuilderList()

public List<? extends AggregatedMetrics.HallucinationMetricsOrBuilder> getHallucinationMetricsOrBuilderList()

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetricsOrBuilder>

getMetricsByTurn(int index)

public AggregatedMetrics.MetricsByTurn getMetricsByTurn(int index)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByTurn

getMetricsByTurnBuilder(int index)

public AggregatedMetrics.MetricsByTurn.Builder getMetricsByTurnBuilder(int index)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByTurn.Builder

getMetricsByTurnBuilderList()

public List<AggregatedMetrics.MetricsByTurn.Builder> getMetricsByTurnBuilderList()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getMetricsByTurnCount()

public int getMetricsByTurnCount()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getMetricsByTurnList()

public List<AggregatedMetrics.MetricsByTurn> getMetricsByTurnList()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<MetricsByTurn>

getMetricsByTurnOrBuilder(int index)

public AggregatedMetrics.MetricsByTurnOrBuilder getMetricsByTurnOrBuilder(int index)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByTurnOrBuilder

getMetricsByTurnOrBuilderList()

public List<? extends AggregatedMetrics.MetricsByTurnOrBuilder> getMetricsByTurnOrBuilderList()

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurnOrBuilder>

getPassCount()

public int getPassCount()

Output only. The number of times the evaluation passed.

int32 pass_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The passCount.

getSemanticSimilarityMetrics(int index)

public AggregatedMetrics.SemanticSimilarityMetrics getSemanticSimilarityMetrics(int index)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.SemanticSimilarityMetrics

getSemanticSimilarityMetricsBuilder(int index)

public AggregatedMetrics.SemanticSimilarityMetrics.Builder getSemanticSimilarityMetricsBuilder(int index)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.SemanticSimilarityMetrics.Builder

getSemanticSimilarityMetricsBuilderList()

public List<AggregatedMetrics.SemanticSimilarityMetrics.Builder> getSemanticSimilarityMetricsBuilderList()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getSemanticSimilarityMetricsCount()

public int getSemanticSimilarityMetricsCount()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getSemanticSimilarityMetricsList()

public List<AggregatedMetrics.SemanticSimilarityMetrics> getSemanticSimilarityMetricsList()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<SemanticSimilarityMetrics>

getSemanticSimilarityMetricsOrBuilder(int index)

public AggregatedMetrics.SemanticSimilarityMetricsOrBuilder getSemanticSimilarityMetricsOrBuilder(int index)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.SemanticSimilarityMetricsOrBuilder

getSemanticSimilarityMetricsOrBuilderList()

public List<? extends AggregatedMetrics.SemanticSimilarityMetricsOrBuilder> getSemanticSimilarityMetricsOrBuilderList()

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetricsOrBuilder>

getToolCallLatencyMetrics(int index)

public AggregatedMetrics.ToolCallLatencyMetrics getToolCallLatencyMetrics(int index)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolCallLatencyMetrics

getToolCallLatencyMetricsBuilder(int index)

public AggregatedMetrics.ToolCallLatencyMetrics.Builder getToolCallLatencyMetricsBuilder(int index)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolCallLatencyMetrics.Builder

getToolCallLatencyMetricsBuilderList()

public List<AggregatedMetrics.ToolCallLatencyMetrics.Builder> getToolCallLatencyMetricsBuilderList()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getToolCallLatencyMetricsCount()

public int getToolCallLatencyMetricsCount()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getToolCallLatencyMetricsList()

public List<AggregatedMetrics.ToolCallLatencyMetrics> getToolCallLatencyMetricsList()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<ToolCallLatencyMetrics>

getToolCallLatencyMetricsOrBuilder(int index)

public AggregatedMetrics.ToolCallLatencyMetricsOrBuilder getToolCallLatencyMetricsOrBuilder(int index)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolCallLatencyMetricsOrBuilder

getToolCallLatencyMetricsOrBuilderList()

public List<? extends AggregatedMetrics.ToolCallLatencyMetricsOrBuilder> getToolCallLatencyMetricsOrBuilderList()

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetricsOrBuilder>

getToolMetrics(int index)

public AggregatedMetrics.ToolMetrics getToolMetrics(int index)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolMetrics

getToolMetricsBuilder(int index)

public AggregatedMetrics.ToolMetrics.Builder getToolMetricsBuilder(int index)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolMetrics.Builder

getToolMetricsBuilderList()

public List<AggregatedMetrics.ToolMetrics.Builder> getToolMetricsBuilderList()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getToolMetricsCount()

public int getToolMetricsCount()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getToolMetricsList()

public List<AggregatedMetrics.ToolMetrics> getToolMetricsList()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<ToolMetrics>

getToolMetricsOrBuilder(int index)

public AggregatedMetrics.ToolMetricsOrBuilder getToolMetricsOrBuilder(int index)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.ToolMetricsOrBuilder

getToolMetricsOrBuilderList()

public List<? extends AggregatedMetrics.ToolMetricsOrBuilder> getToolMetricsOrBuilderList()

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.ToolMetricsOrBuilder>

getTurnLatencyMetrics(int index)

public AggregatedMetrics.TurnLatencyMetrics getTurnLatencyMetrics(int index)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.TurnLatencyMetrics

getTurnLatencyMetricsBuilder(int index)

public AggregatedMetrics.TurnLatencyMetrics.Builder getTurnLatencyMetricsBuilder(int index)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.TurnLatencyMetrics.Builder

getTurnLatencyMetricsBuilderList()

public List<AggregatedMetrics.TurnLatencyMetrics.Builder> getTurnLatencyMetricsBuilderList()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getTurnLatencyMetricsCount()

public int getTurnLatencyMetricsCount()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getTurnLatencyMetricsList()

public List<AggregatedMetrics.TurnLatencyMetrics> getTurnLatencyMetricsList()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<TurnLatencyMetrics>

getTurnLatencyMetricsOrBuilder(int index)

public AggregatedMetrics.TurnLatencyMetricsOrBuilder getTurnLatencyMetricsOrBuilder(int index)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.TurnLatencyMetricsOrBuilder

getTurnLatencyMetricsOrBuilderList()

public List<? extends AggregatedMetrics.TurnLatencyMetricsOrBuilder> getTurnLatencyMetricsOrBuilderList()

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetricsOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AggregatedMetrics.MetricsByAppVersion other)

public AggregatedMetrics.MetricsByAppVersion.Builder mergeFrom(AggregatedMetrics.MetricsByAppVersion other)
Parameter
Name Description
other AggregatedMetrics.MetricsByAppVersion
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AggregatedMetrics.MetricsByAppVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AggregatedMetrics.MetricsByAppVersion.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder
Overrides

removeHallucinationMetrics(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeHallucinationMetrics(int index)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

removeMetricsByTurn(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeMetricsByTurn(int index)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

removeSemanticSimilarityMetrics(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeSemanticSimilarityMetrics(int index)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

removeToolCallLatencyMetrics(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeToolCallLatencyMetrics(int index)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

removeToolMetrics(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeToolMetrics(int index)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

removeTurnLatencyMetrics(int index)

public AggregatedMetrics.MetricsByAppVersion.Builder removeTurnLatencyMetrics(int index)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setAppVersionId(String value)

public AggregatedMetrics.MetricsByAppVersion.Builder setAppVersionId(String value)

Output only. The app version ID.

string app_version_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The appVersionId to set.

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

setAppVersionIdBytes(ByteString value)

public AggregatedMetrics.MetricsByAppVersion.Builder setAppVersionIdBytes(ByteString value)

Output only. The app version ID.

string app_version_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for appVersionId to set.

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

setFailCount(int value)

public AggregatedMetrics.MetricsByAppVersion.Builder setFailCount(int value)

Output only. The number of times the evaluation failed.

int32 fail_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The failCount to set.

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

setHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder setHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics value)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.HallucinationMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setHallucinationMetrics(int index, AggregatedMetrics.HallucinationMetrics.Builder builderForValue)

Output only. Metrics for hallucination within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.HallucinationMetrics hallucination_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.HallucinationMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn value)

public AggregatedMetrics.MetricsByAppVersion.Builder setMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn value)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.MetricsByTurn
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setMetricsByTurn(int index, AggregatedMetrics.MetricsByTurn.Builder builderForValue)

Output only. Metrics aggregated per turn within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByTurn metrics_by_turn = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.MetricsByTurn.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setPassCount(int value)

public AggregatedMetrics.MetricsByAppVersion.Builder setPassCount(int value)

Output only. The number of times the evaluation passed.

int32 pass_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The passCount to set.

Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

This builder for chaining.

setSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder setSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics value)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.SemanticSimilarityMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setSemanticSimilarityMetrics(int index, AggregatedMetrics.SemanticSimilarityMetrics.Builder builderForValue)

Output only. Metrics for semantic similarity within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.SemanticSimilarityMetrics semantic_similarity_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.SemanticSimilarityMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder setToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics value)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.ToolCallLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setToolCallLatencyMetrics(int index, AggregatedMetrics.ToolCallLatencyMetrics.Builder builderForValue)

Output only. Metrics for tool call latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolCallLatencyMetrics tool_call_latency_metrics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.ToolCallLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setToolMetrics(int index, AggregatedMetrics.ToolMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder setToolMetrics(int index, AggregatedMetrics.ToolMetrics value)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.ToolMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setToolMetrics(int index, AggregatedMetrics.ToolMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setToolMetrics(int index, AggregatedMetrics.ToolMetrics.Builder builderForValue)

Output only. Metrics for each tool within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.ToolMetrics tool_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.ToolMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics value)

public AggregatedMetrics.MetricsByAppVersion.Builder setTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics value)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value AggregatedMetrics.TurnLatencyMetrics
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder

setTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

public AggregatedMetrics.MetricsByAppVersion.Builder setTurnLatencyMetrics(int index, AggregatedMetrics.TurnLatencyMetrics.Builder builderForValue)

Output only. Metrics for turn latency within this app version.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.TurnLatencyMetrics turn_latency_metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue AggregatedMetrics.TurnLatencyMetrics.Builder
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion.Builder