Examples constructor

Examples({
  1. Examples_ExampleGcsSource? exampleGcsSource,
  2. Value? nearestNeighborSearchConfig,
  3. Presets? presets,
  4. GcsSource? gcsSource,
  5. int neighborCount = 0,
})

Implementation

Examples({
  this.exampleGcsSource,
  this.nearestNeighborSearchConfig,
  this.presets,
  this.gcsSource,
  this.neighborCount = 0,
}) : super(fullyQualifiedName);