GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult constructor

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

Implementation

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