Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.AnnotationAggregationDimensions
-
Packages that use AnnotationAggregationDimensions Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of AnnotationAggregationDimensions in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return AnnotationAggregationDimensions Modifier and Type Method Description AnnotationAggregationDimensions
AnnotationAggregationDimensions.Builder. build()
AnnotationAggregationDimensions
AnnotationAnalyticsAggregation. getDimensions()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type AnnotationAggregationDimensions Modifier and Type Method Description AnnotationAggregationDimensions.Builder
AnnotationAggregationDimensions.Builder. copy(AnnotationAggregationDimensions model)
AnnotationAnalyticsAggregation.Builder
AnnotationAnalyticsAggregation.Builder. dimensions(AnnotationAggregationDimensions dimensions)
Constructors in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type AnnotationAggregationDimensions Constructor Description AnnotationAnalyticsAggregation(BigDecimal count, String datasetId, AnnotationAggregationDimensions dimensions, String updatedBy, String compartmentId, Annotation.LifecycleState lifecycleState)
Deprecated.
-