Uses of Class
com.oracle.bmc.datalabelingservice.model.AnnotationFormatSummary
-
Packages that use AnnotationFormatSummary Package Description com.oracle.bmc.datalabelingservice com.oracle.bmc.datalabelingservice.model -
-
Uses of AnnotationFormatSummary in com.oracle.bmc.datalabelingservice
Methods in com.oracle.bmc.datalabelingservice that return types with arguments of type AnnotationFormatSummary Modifier and Type Method Description Iterable<AnnotationFormatSummary>
DataLabelingManagementPaginators. listAnnotationFormatsRecordIterator(ListAnnotationFormatsRequest request)
Creates a new iterable which will iterate over theAnnotationFormatSummary
objects contained in responses from the listAnnotationFormats operation. -
Uses of AnnotationFormatSummary in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return AnnotationFormatSummary Modifier and Type Method Description AnnotationFormatSummary
AnnotationFormatSummary.Builder. build()
Methods in com.oracle.bmc.datalabelingservice.model that return types with arguments of type AnnotationFormatSummary Modifier and Type Method Description List<AnnotationFormatSummary>
AnnotationFormatCollection. getItems()
List of annotation formats.Methods in com.oracle.bmc.datalabelingservice.model with parameters of type AnnotationFormatSummary Modifier and Type Method Description AnnotationFormatSummary.Builder
AnnotationFormatSummary.Builder. copy(AnnotationFormatSummary model)
Method parameters in com.oracle.bmc.datalabelingservice.model with type arguments of type AnnotationFormatSummary Modifier and Type Method Description AnnotationFormatCollection.Builder
AnnotationFormatCollection.Builder. items(List<AnnotationFormatSummary> items)
List of annotation formats.Constructor parameters in com.oracle.bmc.datalabelingservice.model with type arguments of type AnnotationFormatSummary Constructor Description AnnotationFormatCollection(List<AnnotationFormatSummary> items)
Deprecated.
-