Cloud AI Platform v1 API - Class ToolNameMatchMetricValue (3.7.0)

public sealed class ToolNameMatchMetricValue : IMessage<ToolNameMatchMetricValue>, IEquatable<ToolNameMatchMetricValue>, IDeepCloneable<ToolNameMatchMetricValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ToolNameMatchMetricValue.

Tool name match metric value for an instance.

Inheritance

object > ToolNameMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolNameMatchMetricValue()

public ToolNameMatchMetricValue()

ToolNameMatchMetricValue(ToolNameMatchMetricValue)

public ToolNameMatchMetricValue(ToolNameMatchMetricValue other)
Parameter
Name Description
other ToolNameMatchMetricValue

Properties

HasScore

public bool HasScore { get; }

Gets whether the "score" field is set

Property Value
Type Description
bool

Score

public float Score { get; set; }

Output only. Tool name match score.

Property Value
Type Description
float