Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ToolConfig.
Tool config. This config is shared for all tools provided in the request.
Generated from protobuf message google.cloud.aiplatform.v1.ToolConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ function_calling_config |
Google\Cloud\AIPlatform\V1\FunctionCallingConfig
Optional. Function calling config. |
getFunctionCallingConfig
Optional. Function calling config.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\FunctionCallingConfig|null |
hasFunctionCallingConfig
clearFunctionCallingConfig
setFunctionCallingConfig
Optional. Function calling config.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\FunctionCallingConfig
|
Returns | |
---|---|
Type | Description |
$this |