GoogleCloudAiplatformV1QuestionAnsweringQualityResult constructor

GoogleCloudAiplatformV1QuestionAnsweringQualityResult({
  1. double? confidence,
  2. String? explanation,
  3. double? score,
})

Implementation

GoogleCloudAiplatformV1QuestionAnsweringQualityResult({
  this.confidence,
  this.explanation,
  this.score,
});