Cloud AI Platform v1 API - Class ToolParameterKeyMatchMetricValue (3.6.0)

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

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

Tool parameter key match metric value for an instance.

Inheritance

object > ToolParameterKeyMatchMetricValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolParameterKeyMatchMetricValue()

public ToolParameterKeyMatchMetricValue()

ToolParameterKeyMatchMetricValue(ToolParameterKeyMatchMetricValue)

public ToolParameterKeyMatchMetricValue(ToolParameterKeyMatchMetricValue other)
Parameter
Name Description
other ToolParameterKeyMatchMetricValue

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 match score.

Property Value
Type Description
float