GoogleCloudAiplatformV1SafetySetting constructor

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

Implementation

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