Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.AnnotationSummary
- 
Packages that use AnnotationSummary Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.model 
- 
- 
Uses of AnnotationSummary in com.oracle.bmc.datalabelingservicedataplaneMethods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type AnnotationSummary Modifier and Type Method Description Iterable<AnnotationSummary>DataLabelingPaginators. listAnnotationsRecordIterator(ListAnnotationsRequest request)Creates a new iterable which will iterate over theAnnotationSummaryobjects contained in responses from the listAnnotations operation.
- 
Uses of AnnotationSummary in com.oracle.bmc.datalabelingservicedataplane.modelMethods in com.oracle.bmc.datalabelingservicedataplane.model that return AnnotationSummary Modifier and Type Method Description AnnotationSummaryAnnotationSummary.Builder. build()Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type AnnotationSummary Modifier and Type Method Description List<AnnotationSummary>AnnotationCollection. getItems()The list of annotations.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type AnnotationSummary Modifier and Type Method Description AnnotationSummary.BuilderAnnotationSummary.Builder. copy(AnnotationSummary model)Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type AnnotationSummary Modifier and Type Method Description AnnotationCollection.BuilderAnnotationCollection.Builder. items(List<AnnotationSummary> items)The list of annotations.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type AnnotationSummary Constructor Description AnnotationCollection(List<AnnotationSummary> items)Deprecated.
 
-