GoogleCloudAiplatformV1FunctionDeclaration constructor
GoogleCloudAiplatformV1FunctionDeclaration({
- String? description,
- String? name,
- GoogleCloudAiplatformV1Schema? parameters,
Implementation
GoogleCloudAiplatformV1FunctionDeclaration({
this.description,
this.name,
this.parameters,
});