Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.SummarizeAnnotationAnalyticsRequest
-
Packages that use SummarizeAnnotationAnalyticsRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of SummarizeAnnotationAnalyticsRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type SummarizeAnnotationAnalyticsRequest Modifier and Type Method Description SummarizeAnnotationAnalyticsResponse
DataLabeling. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request)
Summarize the annotations created for a given dataset.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)
SummarizeAnnotationAnalyticsResponse
DataLabelingClient. summarizeAnnotationAnalytics(SummarizeAnnotationAnalyticsRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type SummarizeAnnotationAnalyticsRequest 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 SummarizeAnnotationAnalyticsRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return SummarizeAnnotationAnalyticsRequest Modifier and Type Method Description SummarizeAnnotationAnalyticsRequest
SummarizeAnnotationAnalyticsRequest.Builder. build()
Build the instance of SummarizeAnnotationAnalyticsRequest as configured by this builderSummarizeAnnotationAnalyticsRequest
SummarizeAnnotationAnalyticsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeAnnotationAnalyticsRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type SummarizeAnnotationAnalyticsRequest Modifier and Type Method Description SummarizeAnnotationAnalyticsRequest.Builder
SummarizeAnnotationAnalyticsRequest.Builder. copy(SummarizeAnnotationAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
-