GoogleCloudAiplatformV1Claim constructor

GoogleCloudAiplatformV1Claim({
  1. int? endIndex,
  2. List<int>? factIndexes,
  3. double? score,
  4. int? startIndex,
})

Implementation

GoogleCloudAiplatformV1Claim({
  this.endIndex,
  this.factIndexes,
  this.score,
  this.startIndex,
});