public sealed class ToolNameMatchResults : IMessage<ToolNameMatchResults>, IEquatable<ToolNameMatchResults>, IDeepCloneable<ToolNameMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolNameMatchResults.
Results for tool name match metric.
Implements
IMessageToolNameMatchResults, IEquatableToolNameMatchResults, IDeepCloneableToolNameMatchResults, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ToolNameMatchResults()
public ToolNameMatchResults()
ToolNameMatchResults(ToolNameMatchResults)
public ToolNameMatchResults(ToolNameMatchResults other)
Parameter | |
---|---|
Name | Description |
other |
ToolNameMatchResults |
Properties
ToolNameMatchMetricValues
public RepeatedField<ToolNameMatchMetricValue> ToolNameMatchMetricValues { get; }
Output only. Tool name match metric values.
Property Value | |
---|---|
Type | Description |
RepeatedFieldToolNameMatchMetricValue |