GoogleCloudAiplatformV1VertexAISearch constructor

GoogleCloudAiplatformV1VertexAISearch({
  1. List<GoogleCloudAiplatformV1VertexAISearchDataStoreSpec>? dataStoreSpecs,
  2. String? datastore,
  3. String? engine,
  4. String? filter,
  5. int? maxResults,
})

Implementation

GoogleCloudAiplatformV1VertexAISearch({
  this.dataStoreSpecs,
  this.datastore,
  this.engine,
  this.filter,
  this.maxResults,
});