Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.DatasetSource.Builder
-
Packages that use DatasetSource.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of DatasetSource.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return DatasetSource.Builder Modifier and Type Method Description static DatasetSource.BuilderDatasetSource. builder()default DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(Consumer<DatasetGroundTruthManifest.Builder> groundTruthManifest)Location information for the manifest file.DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(DatasetGroundTruthManifest groundTruthManifest)Location information for the manifest file.DatasetSource.BuilderDatasetSource. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type DatasetSource.Builder Modifier and Type Method Description static Class<? extends DatasetSource.Builder>DatasetSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type DatasetSource.Builder Modifier and Type Method Description default CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. datasetSource(Consumer<DatasetSource.Builder> datasetSource)The location of the manifest file that Amazon Lookout for Vision uses to create the dataset.
-