GoogleCloudAiplatformV1ToolComputerUse constructor

GoogleCloudAiplatformV1ToolComputerUse({
  1. String? environment,
  2. List<String>? excludedPredefinedFunctions,
})

Implementation

GoogleCloudAiplatformV1ToolComputerUse({
  this.environment,
  this.excludedPredefinedFunctions,
});