Examples constructor
Examples({
- Examples_ExampleGcsSource? exampleGcsSource,
- Value? nearestNeighborSearchConfig,
- Presets? presets,
- GcsSource? gcsSource,
- int neighborCount = 0,
Implementation
Examples({
this.exampleGcsSource,
this.nearestNeighborSearchConfig,
this.presets,
this.gcsSource,
this.neighborCount = 0,
}) : super(fullyQualifiedName);