Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ToolParameterKVMatchSpec.
Spec for tool parameter key value match metric.
Generated from protobuf message google.cloud.aiplatform.v1.ToolParameterKVMatchSpec
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ use_strict_string_match |
bool
Optional. Whether to use STRICT string match on parameter values. |
getUseStrictStringMatch
Optional. Whether to use STRICT string match on parameter values.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setUseStrictStringMatch
Optional. Whether to use STRICT string match on parameter values.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|