GoogleCloudAiplatformV1SafetySetting constructor

GoogleCloudAiplatformV1SafetySetting({
  1. String? category,
  2. String? threshold,
})

Implementation

GoogleCloudAiplatformV1SafetySetting({
  this.category,
  this.threshold,
});