Cloud AI Platform v1 API - Class ToolNameMatchInput (3.7.0)

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

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

Input for tool name match metric.

Inheritance

object > ToolNameMatchInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolNameMatchInput()

public ToolNameMatchInput()

ToolNameMatchInput(ToolNameMatchInput)

public ToolNameMatchInput(ToolNameMatchInput other)
Parameter
Name Description
other ToolNameMatchInput

Properties

Instances

public RepeatedField<ToolNameMatchInstance> Instances { get; }

Required. Repeated tool name match instances.

Property Value
Type Description
RepeatedFieldToolNameMatchInstance

MetricSpec

public ToolNameMatchSpec MetricSpec { get; set; }

Required. Spec for tool name match metric.

Property Value
Type Description
ToolNameMatchSpec