GoogleCloudAiplatformV1Tool constructor
GoogleCloudAiplatformV1Tool({
- GoogleCloudAiplatformV1ToolCodeExecution? codeExecution,
- GoogleCloudAiplatformV1ToolComputerUse? computerUse,
- GoogleCloudAiplatformV1EnterpriseWebSearch? enterpriseWebSearch,
- List<
GoogleCloudAiplatformV1FunctionDeclaration> ? functionDeclarations, - GoogleCloudAiplatformV1GoogleMaps? googleMaps,
- GoogleCloudAiplatformV1ToolGoogleSearch? googleSearch,
- GoogleCloudAiplatformV1GoogleSearchRetrieval? googleSearchRetrieval,
- GoogleCloudAiplatformV1ToolParallelAiSearch? parallelAiSearch,
- GoogleCloudAiplatformV1Retrieval? retrieval,
- GoogleCloudAiplatformV1UrlContext? urlContext,
Implementation
GoogleCloudAiplatformV1Tool({
this.codeExecution,
this.computerUse,
this.enterpriseWebSearch,
this.functionDeclarations,
this.googleMaps,
this.googleSearch,
this.googleSearchRetrieval,
this.parallelAiSearch,
this.retrieval,
this.urlContext,
});