GoogleCloudAiplatformV1GroundingSupport constructor

GoogleCloudAiplatformV1GroundingSupport({
  1. List<double>? confidenceScores,
  2. List<int>? groundingChunkIndices,
  3. GoogleCloudAiplatformV1Segment? segment,
})

Implementation

GoogleCloudAiplatformV1GroundingSupport({
  this.confidenceScores,
  this.groundingChunkIndices,
  this.segment,
});