Cloud AI Platform v1 API - Class ToolParameterKVMatchInput (3.7.0)

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

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

Input for tool parameter key value match metric.

Inheritance

object > ToolParameterKVMatchInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolParameterKVMatchInput()

public ToolParameterKVMatchInput()

ToolParameterKVMatchInput(ToolParameterKVMatchInput)

public ToolParameterKVMatchInput(ToolParameterKVMatchInput other)
Parameter
Name Description
other ToolParameterKVMatchInput

Properties

Instances

public RepeatedField<ToolParameterKVMatchInstance> Instances { get; }

Required. Repeated tool parameter key value match instances.

Property Value
Type Description
RepeatedFieldToolParameterKVMatchInstance

MetricSpec

public ToolParameterKVMatchSpec MetricSpec { get; set; }

Required. Spec for tool parameter key value match metric.

Property Value
Type Description
ToolParameterKVMatchSpec