Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.SummarizeAnnotationAnalyticsResponse
-
Packages that use SummarizeAnnotationAnalyticsResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of SummarizeAnnotationAnalyticsResponse in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return SummarizeAnnotationAnalyticsResponse Modifier and Type Method Description SummarizeAnnotationAnalyticsResponse
DataLabeling. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request)
Summarize the annotations created for a given dataset.SummarizeAnnotationAnalyticsResponse
DataLabelingClient. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request)
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type SummarizeAnnotationAnalyticsResponse Modifier and Type Method Description Future<SummarizeAnnotationAnalyticsResponse>
DataLabelingAsync. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request, AsyncHandler<SummarizeAnnotationAnalyticsRequest,SummarizeAnnotationAnalyticsResponse> handler)
Summarize the annotations created for a given dataset.Future<SummarizeAnnotationAnalyticsResponse>
DataLabelingAsyncClient. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request, AsyncHandler<SummarizeAnnotationAnalyticsRequest,SummarizeAnnotationAnalyticsResponse> handler)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type SummarizeAnnotationAnalyticsResponse Modifier and Type Method Description Future<SummarizeAnnotationAnalyticsResponse>
DataLabelingAsync. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request, AsyncHandler<SummarizeAnnotationAnalyticsRequest,SummarizeAnnotationAnalyticsResponse> handler)
Summarize the annotations created for a given dataset.Future<SummarizeAnnotationAnalyticsResponse>
DataLabelingAsyncClient. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request, AsyncHandler<SummarizeAnnotationAnalyticsRequest,SummarizeAnnotationAnalyticsResponse> handler)
-
Uses of SummarizeAnnotationAnalyticsResponse in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return SummarizeAnnotationAnalyticsResponse Modifier and Type Method Description SummarizeAnnotationAnalyticsResponse
SummarizeAnnotationAnalyticsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type SummarizeAnnotationAnalyticsResponse Modifier and Type Method Description SummarizeAnnotationAnalyticsResponse.Builder
SummarizeAnnotationAnalyticsResponse.Builder. copy(SummarizeAnnotationAnalyticsResponse o)
Copy method to populate the builder with values from the given instance.
-