Uses of Class
com.oracle.bmc.datalabelingservice.requests.SnapshotDatasetRequest
-
Packages that use SnapshotDatasetRequest Package Description com.oracle.bmc.datalabelingservice com.oracle.bmc.datalabelingservice.requests -
-
Uses of SnapshotDatasetRequest in com.oracle.bmc.datalabelingservice
Methods in com.oracle.bmc.datalabelingservice with parameters of type SnapshotDatasetRequest Modifier and Type Method Description SnapshotDatasetResponse
DataLabelingManagement. snapshotDataset(SnapshotDatasetRequest request)
Writes the dataset records and annotations in a consolidated format out to an object storage reference for consumption.Future<SnapshotDatasetResponse>
DataLabelingManagementAsync. snapshotDataset(SnapshotDatasetRequest request, AsyncHandler<SnapshotDatasetRequest,SnapshotDatasetResponse> handler)
Writes the dataset records and annotations in a consolidated format out to an object storage reference for consumption.Future<SnapshotDatasetResponse>
DataLabelingManagementAsyncClient. snapshotDataset(SnapshotDatasetRequest request, AsyncHandler<SnapshotDatasetRequest,SnapshotDatasetResponse> handler)
SnapshotDatasetResponse
DataLabelingManagementClient. snapshotDataset(SnapshotDatasetRequest request)
Method parameters in com.oracle.bmc.datalabelingservice with type arguments of type SnapshotDatasetRequest Modifier and Type Method Description Future<SnapshotDatasetResponse>
DataLabelingManagementAsync. snapshotDataset(SnapshotDatasetRequest request, AsyncHandler<SnapshotDatasetRequest,SnapshotDatasetResponse> handler)
Writes the dataset records and annotations in a consolidated format out to an object storage reference for consumption.Future<SnapshotDatasetResponse>
DataLabelingManagementAsyncClient. snapshotDataset(SnapshotDatasetRequest request, AsyncHandler<SnapshotDatasetRequest,SnapshotDatasetResponse> handler)
-
Uses of SnapshotDatasetRequest in com.oracle.bmc.datalabelingservice.requests
Methods in com.oracle.bmc.datalabelingservice.requests that return SnapshotDatasetRequest Modifier and Type Method Description SnapshotDatasetRequest
SnapshotDatasetRequest.Builder. build()
Build the instance of SnapshotDatasetRequest as configured by this builderSnapshotDatasetRequest
SnapshotDatasetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SnapshotDatasetRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservice.requests with parameters of type SnapshotDatasetRequest Modifier and Type Method Description SnapshotDatasetRequest.Builder
SnapshotDatasetRequest.Builder. copy(SnapshotDatasetRequest o)
Copy method to populate the builder with values from the given instance.
-