Uses of Interface
software.amazon.awssdk.services.rekognition.model.DatasetSource.Builder
-
Packages that use DatasetSource.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DatasetSource.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DatasetSource.Builder Modifier and Type Method Description static DatasetSource.BuilderDatasetSource. builder()DatasetSource.BuilderDatasetSource.Builder. datasetArn(String datasetArn)The ARN of an Amazon Rekognition Custom Labels dataset that you want to copy.default DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.DatasetSource.BuilderDatasetSource.Builder. groundTruthManifest(GroundTruthManifest groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.DatasetSource.BuilderDatasetSource. toBuilder()Methods in software.amazon.awssdk.services.rekognition.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.rekognition.model with type arguments of type DatasetSource.Builder Modifier and Type Method Description default CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. datasetSource(Consumer<DatasetSource.Builder> datasetSource)The source files for the dataset.
-