GoogleCloudAiplatformV1ToolParallelAiSearch constructor

GoogleCloudAiplatformV1ToolParallelAiSearch({
  1. String? apiKey,
  2. Map<String, Object?>? customConfigs,
  3. bool? enableDataRetention,
  4. bool? enableZeroDataRetention,
})

Implementation

GoogleCloudAiplatformV1ToolParallelAiSearch({
  this.apiKey,
  this.customConfigs,
  this.enableDataRetention,
  this.enableZeroDataRetention,
});