Uses of Class
com.oracle.bmc.datalabelingservice.model.ObjectStorageSnapshotExportDetails
-
Packages that use ObjectStorageSnapshotExportDetails Package Description com.oracle.bmc.datalabelingservice.model -
-
Uses of ObjectStorageSnapshotExportDetails in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return ObjectStorageSnapshotExportDetails Modifier and Type Method Description ObjectStorageSnapshotExportDetails
ObjectStorageSnapshotExportDetails.Builder. build()
ObjectStorageSnapshotExportDetails
SnapshotDatasetDetails. getExportDetails()
Methods in com.oracle.bmc.datalabelingservice.model with parameters of type ObjectStorageSnapshotExportDetails Modifier and Type Method Description ObjectStorageSnapshotExportDetails.Builder
ObjectStorageSnapshotExportDetails.Builder. copy(ObjectStorageSnapshotExportDetails model)
SnapshotDatasetDetails.Builder
SnapshotDatasetDetails.Builder. exportDetails(ObjectStorageSnapshotExportDetails exportDetails)
Constructors in com.oracle.bmc.datalabelingservice.model with parameters of type ObjectStorageSnapshotExportDetails Constructor Description SnapshotDatasetDetails(Boolean areAnnotationsIncluded, Boolean areUnannotatedRecordsIncluded, ObjectStorageSnapshotExportDetails exportDetails, ExportFormat exportFormat)
Deprecated.
-