Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.CreateAnnotationRequest
-
Packages that use CreateAnnotationRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of CreateAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type CreateAnnotationRequest Modifier and Type Method Description CreateAnnotationResponse
DataLabeling. createAnnotation(CreateAnnotationRequest request)
Creates an annotation.Future<CreateAnnotationResponse>
DataLabelingAsync. createAnnotation(CreateAnnotationRequest request, AsyncHandler<CreateAnnotationRequest,CreateAnnotationResponse> handler)
Creates an annotation.Future<CreateAnnotationResponse>
DataLabelingAsyncClient. createAnnotation(CreateAnnotationRequest request, AsyncHandler<CreateAnnotationRequest,CreateAnnotationResponse> handler)
CreateAnnotationResponse
DataLabelingClient. createAnnotation(CreateAnnotationRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type CreateAnnotationRequest Modifier and Type Method Description Future<CreateAnnotationResponse>
DataLabelingAsync. createAnnotation(CreateAnnotationRequest request, AsyncHandler<CreateAnnotationRequest,CreateAnnotationResponse> handler)
Creates an annotation.Future<CreateAnnotationResponse>
DataLabelingAsyncClient. createAnnotation(CreateAnnotationRequest request, AsyncHandler<CreateAnnotationRequest,CreateAnnotationResponse> handler)
-
Uses of CreateAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return CreateAnnotationRequest Modifier and Type Method Description CreateAnnotationRequest
CreateAnnotationRequest.Builder. build()
Build the instance of CreateAnnotationRequest as configured by this builderCreateAnnotationRequest
CreateAnnotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAnnotationRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type CreateAnnotationRequest Modifier and Type Method Description CreateAnnotationRequest.Builder
CreateAnnotationRequest.Builder. copy(CreateAnnotationRequest o)
Copy method to populate the builder with values from the given instance.
-