GoogleCloudAiplatformV1ModelArmorConfig constructor

GoogleCloudAiplatformV1ModelArmorConfig({
  1. String? promptTemplateName,
  2. String? responseTemplateName,
})

Implementation

GoogleCloudAiplatformV1ModelArmorConfig({
  this.promptTemplateName,
  this.responseTemplateName,
});