public sealed class ToolParameterKeyMatchInput : IMessage<ToolParameterKeyMatchInput>, IEquatable<ToolParameterKeyMatchInput>, IDeepCloneable<ToolParameterKeyMatchInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKeyMatchInput.
Input for tool parameter key match metric.
Implements
IMessageToolParameterKeyMatchInput, IEquatableToolParameterKeyMatchInput, IDeepCloneableToolParameterKeyMatchInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |