GoogleCloudAiplatformV1Examples constructor

GoogleCloudAiplatformV1Examples({
  1. GoogleCloudAiplatformV1ExamplesExampleGcsSource? exampleGcsSource,
  2. Object? nearestNeighborSearchConfig,
  3. int? neighborCount,
  4. GoogleCloudAiplatformV1Presets? presets,
})

Implementation

GoogleCloudAiplatformV1Examples({
  this.exampleGcsSource,
  this.nearestNeighborSearchConfig,
  this.neighborCount,
  this.presets,
});