Uses of Class
software.amazon.awssdk.services.rekognition.model.DatasetLabelDescription
-
Packages that use DatasetLabelDescription Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of DatasetLabelDescription in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DatasetLabelDescription Modifier and Type Method Description List<DatasetLabelDescription>ListDatasetLabelsResponse. datasetLabelDescriptions()A list of the labels in the dataset.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DatasetLabelDescription Modifier and Type Method Description ListDatasetLabelsResponse.BuilderListDatasetLabelsResponse.Builder. datasetLabelDescriptions(DatasetLabelDescription... datasetLabelDescriptions)A list of the labels in the dataset.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DatasetLabelDescription Modifier and Type Method Description ListDatasetLabelsResponse.BuilderListDatasetLabelsResponse.Builder. datasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)A list of the labels in the dataset. -
Uses of DatasetLabelDescription in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type DatasetLabelDescription Modifier and Type Method Description SdkIterable<DatasetLabelDescription>ListDatasetLabelsIterable. datasetLabelDescriptions()Returns an iterable to iterate through the paginatedListDatasetLabelsResponse.datasetLabelDescriptions()member.SdkPublisher<DatasetLabelDescription>ListDatasetLabelsPublisher. datasetLabelDescriptions()Returns a publisher that can be used to get a stream of data.
-