Cloud AI Platform v1 API - Class ToolCallValidMetricValue (3.7.0)

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

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

Tool call valid metric value for an instance.

Inheritance

object > ToolCallValidMetricValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolCallValidMetricValue()

public ToolCallValidMetricValue()

ToolCallValidMetricValue(ToolCallValidMetricValue)

public ToolCallValidMetricValue(ToolCallValidMetricValue other)
Parameter
Name Description
other ToolCallValidMetricValue

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 call valid score.

Property Value
Type Description
float