public sealed class ToolParameterKVMatchSpec : IMessage<ToolParameterKVMatchSpec>, IEquatable<ToolParameterKVMatchSpec>, IDeepCloneable<ToolParameterKVMatchSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolParameterKVMatchSpec.
Spec for tool parameter key value match metric.
Implements
IMessageToolParameterKVMatchSpec, IEquatableToolParameterKVMatchSpec, IDeepCloneableToolParameterKVMatchSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ToolParameterKVMatchSpec()
public ToolParameterKVMatchSpec()
ToolParameterKVMatchSpec(ToolParameterKVMatchSpec)
public ToolParameterKVMatchSpec(ToolParameterKVMatchSpec other)
Parameter | |
---|---|
Name | Description |
other |
ToolParameterKVMatchSpec |
Properties
UseStrictStringMatch
public bool UseStrictStringMatch { get; set; }
Optional. Whether to use STRCIT string match on parameter values.
Property Value | |
---|---|
Type | Description |
bool |