Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.GetRecordPreviewContentRequest
-
Packages that use GetRecordPreviewContentRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of GetRecordPreviewContentRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type GetRecordPreviewContentRequest Modifier and Type Method Description GetRecordPreviewContentResponse
DataLabeling. getRecordPreviewContent(GetRecordPreviewContentRequest request)
Retrieves the preview of the record content from the dataset source.Future<GetRecordPreviewContentResponse>
DataLabelingAsync. getRecordPreviewContent(GetRecordPreviewContentRequest request, AsyncHandler<GetRecordPreviewContentRequest,GetRecordPreviewContentResponse> handler)
Retrieves the preview of the record content from the dataset source.Future<GetRecordPreviewContentResponse>
DataLabelingAsyncClient. getRecordPreviewContent(GetRecordPreviewContentRequest request, AsyncHandler<GetRecordPreviewContentRequest,GetRecordPreviewContentResponse> handler)
GetRecordPreviewContentResponse
DataLabelingClient. getRecordPreviewContent(GetRecordPreviewContentRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetRecordPreviewContentRequest Modifier and Type Method Description Future<GetRecordPreviewContentResponse>
DataLabelingAsync. getRecordPreviewContent(GetRecordPreviewContentRequest request, AsyncHandler<GetRecordPreviewContentRequest,GetRecordPreviewContentResponse> handler)
Retrieves the preview of the record content from the dataset source.Future<GetRecordPreviewContentResponse>
DataLabelingAsyncClient. getRecordPreviewContent(GetRecordPreviewContentRequest request, AsyncHandler<GetRecordPreviewContentRequest,GetRecordPreviewContentResponse> handler)
-
Uses of GetRecordPreviewContentRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return GetRecordPreviewContentRequest Modifier and Type Method Description GetRecordPreviewContentRequest
GetRecordPreviewContentRequest.Builder. build()
Build the instance of GetRecordPreviewContentRequest as configured by this builderGetRecordPreviewContentRequest
GetRecordPreviewContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRecordPreviewContentRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type GetRecordPreviewContentRequest Modifier and Type Method Description GetRecordPreviewContentRequest.Builder
GetRecordPreviewContentRequest.Builder. copy(GetRecordPreviewContentRequest o)
Copy method to populate the builder with values from the given instance.
-