GoogleCloudAiplatformV1FunctionCall constructor

GoogleCloudAiplatformV1FunctionCall({
  1. Map<String, Object?>? args,
  2. String? name,
})

Implementation

GoogleCloudAiplatformV1FunctionCall({
  this.args,
  this.name,
});