Gemini Enterprise for Customer Experience v1beta API - Class AggregatedMetrics.Types.ToolMetrics (1.0.0-beta01)

public sealed class AggregatedMetrics.Types.ToolMetrics : IMessage<AggregatedMetrics.Types.ToolMetrics>, IEquatable<AggregatedMetrics.Types.ToolMetrics>, IDeepCloneable<AggregatedMetrics.Types.ToolMetrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.ToolMetrics.

Metrics for a single tool.

Inheritance

object > AggregatedMetrics.Types.ToolMetrics

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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; }

ToolName-typed view over the Tool resource name property.

Property Value
Type Description
ToolName