GoogleCloudAiplatformV1GroundednessInstance constructor

GoogleCloudAiplatformV1GroundednessInstance({
  1. String? context,
  2. String? prediction,
})

Implementation

GoogleCloudAiplatformV1GroundednessInstance({
  this.context,
  this.prediction,
});