public static interface DatasetSource.Builder extends SdkPojo, CopyableBuilder<DatasetSource.Builder,DatasetSource>
| Modifier and Type | Method and Description |
|---|---|
default DatasetSource.Builder |
groundTruthManifest(Consumer<DatasetGroundTruthManifest.Builder> groundTruthManifest)
Location information for the manifest file.
|
DatasetSource.Builder |
groundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetSource.Builder groundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)
Location information for the manifest file.
groundTruthManifest - Location information for the manifest file.default DatasetSource.Builder groundTruthManifest(Consumer<DatasetGroundTruthManifest.Builder> groundTruthManifest)
Location information for the manifest file.
This is a convenience that creates an instance of theDatasetGroundTruthManifest.Builder avoiding the
need to create one manually via DatasetGroundTruthManifest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to groundTruthManifest(DatasetGroundTruthManifest).groundTruthManifest - a consumer that will call methods on DatasetGroundTruthManifest.BuildergroundTruthManifest(DatasetGroundTruthManifest)Copyright © 2021. All rights reserved.