Cloud AI Platform v1 API - Class ToolParameterKVMatchMetricValue (3.6.0)

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

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

Tool parameter key value match metric value for an instance.

Inheritance

object > ToolParameterKVMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolParameterKVMatchMetricValue()

public ToolParameterKVMatchMetricValue()

ToolParameterKVMatchMetricValue(ToolParameterKVMatchMetricValue)

public ToolParameterKVMatchMetricValue(ToolParameterKVMatchMetricValue other)
Parameter
Name Description
other ToolParameterKVMatchMetricValue

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 parameter key value match score.

Property Value
Type Description
float