GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult constructor

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

Implementation

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