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.datalabelingservicedataplane
Methods 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 theAnnotationSummary
objects contained in responses from the listAnnotations operation. -
Uses of AnnotationSummary in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return AnnotationSummary Modifier and Type Method Description AnnotationSummary
AnnotationSummary.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.Builder
AnnotationSummary.Builder. copy(AnnotationSummary model)
Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type AnnotationSummary Modifier and Type Method Description AnnotationCollection.Builder
AnnotationCollection.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.
-