GoogleCloudAiplatformV1GroundingAttribution constructor

GoogleCloudAiplatformV1GroundingAttribution({
  1. double? confidenceScore,
  2. GoogleCloudAiplatformV1Segment? segment,
  3. GoogleCloudAiplatformV1GroundingAttributionWeb? web,
})

Implementation

GoogleCloudAiplatformV1GroundingAttribution({
  this.confidenceScore,
  this.segment,
  this.web,
});