GoogleCloudAiplatformV1FunctionDeclaration constructor

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

Implementation

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