Cloud AI Platform v1 API - Class ToolParameterKVMatchSpec (3.6.0)

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

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

Spec for tool parameter key value match metric.

Inheritance

object > ToolParameterKVMatchSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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