GoogleCloudAiplatformV1LogprobsResultCandidate constructor

GoogleCloudAiplatformV1LogprobsResultCandidate({
  1. double? logProbability,
  2. String? token,
  3. int? tokenId,
})

Implementation

GoogleCloudAiplatformV1LogprobsResultCandidate({
  this.logProbability,
  this.token,
  this.tokenId,
});