Uses of Class
com.oracle.bmc.datalabelingservice.model.SnapshotDatasetDetails
-
Packages that use SnapshotDatasetDetails Package Description com.oracle.bmc.datalabelingservice.model com.oracle.bmc.datalabelingservice.requests -
-
Uses of SnapshotDatasetDetails in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return SnapshotDatasetDetails Modifier and Type Method Description SnapshotDatasetDetails
SnapshotDatasetDetails.Builder. build()
Methods in com.oracle.bmc.datalabelingservice.model with parameters of type SnapshotDatasetDetails Modifier and Type Method Description SnapshotDatasetDetails.Builder
SnapshotDatasetDetails.Builder. copy(SnapshotDatasetDetails model)
-
Uses of SnapshotDatasetDetails in com.oracle.bmc.datalabelingservice.requests
Methods in com.oracle.bmc.datalabelingservice.requests that return SnapshotDatasetDetails Modifier and Type Method Description SnapshotDatasetDetails
SnapshotDatasetRequest. getBody$()
Alternative accessor for the body parameter.SnapshotDatasetDetails
SnapshotDatasetRequest. getSnapshotDatasetDetails()
Details of creating a snapshot of the Dataset’s Records and AnnotationsMethods in com.oracle.bmc.datalabelingservice.requests with parameters of type SnapshotDatasetDetails Modifier and Type Method Description SnapshotDatasetRequest.Builder
SnapshotDatasetRequest.Builder. body$(SnapshotDatasetDetails body)
Alternative setter for the body parameter.SnapshotDatasetRequest.Builder
SnapshotDatasetRequest.Builder. snapshotDatasetDetails(SnapshotDatasetDetails snapshotDatasetDetails)
Details of creating a snapshot of the Dataset’s Records and Annotations
-