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