GoogleCloudAiplatformV1Presets constructor

GoogleCloudAiplatformV1Presets({
  1. String? modality,
  2. String? query,
})

Implementation

GoogleCloudAiplatformV1Presets({
  this.modality,
  this.query,
});