GoogleCloudAiplatformV1FunctionDeclaration constructor

GoogleCloudAiplatformV1FunctionDeclaration({
  1. String? description,
  2. String? name,
  3. GoogleCloudAiplatformV1Schema? parameters,
})

Implementation

GoogleCloudAiplatformV1FunctionDeclaration({
  this.description,
  this.name,
  this.parameters,
});