Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ToolNameMatchResults.
Results for tool name match metric.
Generated from protobuf message google.cloud.aiplatform.v1.ToolNameMatchResults
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tool_name_match_metric_values |
array<Google\Cloud\AIPlatform\V1\ToolNameMatchMetricValue>
Output only. Tool name match metric values. |
getToolNameMatchMetricValues
Output only. Tool name match metric values.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setToolNameMatchMetricValues
Output only. Tool name match metric values.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\ToolNameMatchMetricValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|