GoogleCloudAiplatformV1DynamicRetrievalConfig constructor

GoogleCloudAiplatformV1DynamicRetrievalConfig({
  1. double? dynamicThreshold,
  2. String? mode,
})

Implementation

GoogleCloudAiplatformV1DynamicRetrievalConfig({
  this.dynamicThreshold,
  this.mode,
});