Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.AnnotationAnalyticsAggregation
-
Packages that use AnnotationAnalyticsAggregation Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of AnnotationAnalyticsAggregation in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return AnnotationAnalyticsAggregation Modifier and Type Method Description AnnotationAnalyticsAggregation
AnnotationAnalyticsAggregation.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type AnnotationAnalyticsAggregation Modifier and Type Method Description List<AnnotationAnalyticsAggregation>
AnnotationAnalyticsAggregationCollection. getItems()
The list of annotation entities.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type AnnotationAnalyticsAggregation Modifier and Type Method Description AnnotationAnalyticsAggregation.Builder
AnnotationAnalyticsAggregation.Builder. copy(AnnotationAnalyticsAggregation model)
Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type AnnotationAnalyticsAggregation Modifier and Type Method Description AnnotationAnalyticsAggregationCollection.Builder
AnnotationAnalyticsAggregationCollection.Builder. items(List<AnnotationAnalyticsAggregation> items)
The list of annotation entities.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type AnnotationAnalyticsAggregation Constructor Description AnnotationAnalyticsAggregationCollection(List<AnnotationAnalyticsAggregation> items)
Deprecated.
-