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