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