Cloud AI Platform v1 API - Class ToolParameterKeyMatchInput (3.6.0)

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

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

Input for tool parameter key match metric.

Inheritance

object > ToolParameterKeyMatchInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolParameterKeyMatchInput()

public ToolParameterKeyMatchInput()

ToolParameterKeyMatchInput(ToolParameterKeyMatchInput)

public ToolParameterKeyMatchInput(ToolParameterKeyMatchInput other)
Parameter
Name Description
other ToolParameterKeyMatchInput

Properties

Instances

public RepeatedField<ToolParameterKeyMatchInstance> Instances { get; }

Required. Repeated tool parameter key match instances.

Property Value
Type Description
RepeatedFieldToolParameterKeyMatchInstance

MetricSpec

public ToolParameterKeyMatchSpec MetricSpec { get; set; }

Required. Spec for tool parameter key match metric.

Property Value
Type Description
ToolParameterKeyMatchSpec