GoogleCloudAiplatformV1CandidateResponse constructor

GoogleCloudAiplatformV1CandidateResponse({
  1. String? candidate,
  2. String? text,
  3. Object? value,
})

Implementation

GoogleCloudAiplatformV1CandidateResponse({
  this.candidate,
  this.text,
  this.value,
});