GoogleCloudAiplatformV1RetrievalConfig constructor

GoogleCloudAiplatformV1RetrievalConfig({
  1. String? languageCode,
  2. GoogleTypeLatLng? latLng,
})

Implementation

GoogleCloudAiplatformV1RetrievalConfig({
  this.languageCode,
  this.latLng,
});