GoogleCloudAiplatformV1FunctionCall constructor

GoogleCloudAiplatformV1FunctionCall({
  1. Map<String, Object?>? args,
  2. String? name,
  3. List<GoogleCloudAiplatformV1PartialArg>? partialArgs,
  4. bool? willContinue,
})

Implementation

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