public sealed class AggregatedMetrics.Types.ToolMetrics : IMessage<AggregatedMetrics.Types.ToolMetrics>, IEquatable<AggregatedMetrics.Types.ToolMetrics>, IDeepCloneable<AggregatedMetrics.Types.ToolMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.ToolMetrics.
Metrics for a single tool.
Implements
IMessageAggregatedMetricsTypesToolMetrics, IEquatableAggregatedMetricsTypesToolMetrics, IDeepCloneableAggregatedMetricsTypesToolMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ToolMetrics()
public ToolMetrics()ToolMetrics(ToolMetrics)
public ToolMetrics(AggregatedMetrics.Types.ToolMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesToolMetrics |
Properties
FailCount
public int FailCount { get; set; }Output only. The number of times the tool failed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PassCount
public int PassCount { get; set; }Output only. The number of times the tool passed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Tool
public string Tool { get; set; }Output only. The name of the tool.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ToolAsToolName
public ToolName ToolAsToolName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ToolName |
|