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