Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.RecordAnalyticsAggregationCollection
-
Packages that use RecordAnalyticsAggregationCollection Package Description com.oracle.bmc.datalabelingservicedataplane.model com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of RecordAnalyticsAggregationCollection in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return RecordAnalyticsAggregationCollection Modifier and Type Method Description RecordAnalyticsAggregationCollection
RecordAnalyticsAggregationCollection.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type RecordAnalyticsAggregationCollection Modifier and Type Method Description RecordAnalyticsAggregationCollection.Builder
RecordAnalyticsAggregationCollection.Builder. copy(RecordAnalyticsAggregationCollection model)
-
Uses of RecordAnalyticsAggregationCollection in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return RecordAnalyticsAggregationCollection Modifier and Type Method Description RecordAnalyticsAggregationCollection
SummarizeRecordAnalyticsResponse. getRecordAnalyticsAggregationCollection()
The returned RecordAnalyticsAggregationCollection instance.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type RecordAnalyticsAggregationCollection Modifier and Type Method Description SummarizeRecordAnalyticsResponse.Builder
SummarizeRecordAnalyticsResponse.Builder. recordAnalyticsAggregationCollection(RecordAnalyticsAggregationCollection recordAnalyticsAggregationCollection)
The returned RecordAnalyticsAggregationCollection instance.
-