GoogleCloudAiplatformV1FunctionDeclaration constructor

GoogleCloudAiplatformV1FunctionDeclaration({
  1. String? description,
  2. String? name,
  3. GoogleCloudAiplatformV1Schema? parameters,
  4. Object? parametersJsonSchema,
  5. GoogleCloudAiplatformV1Schema? response,
  6. Object? responseJsonSchema,
})

Implementation

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