Class SnapshotDatasetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservice.model.SnapshotDatasetDetails.Builder
 
- 
- Enclosing class:
- SnapshotDatasetDetails
 
 public static class SnapshotDatasetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotDatasetDetails.BuilderareAnnotationsIncluded(Boolean areAnnotationsIncluded)Whether annotations are to be included in the export dataset digest.SnapshotDatasetDetails.BuilderareUnannotatedRecordsIncluded(Boolean areUnannotatedRecordsIncluded)Whether to include records that have yet to be annotated in the export dataset digest.SnapshotDatasetDetailsbuild()SnapshotDatasetDetails.Buildercopy(SnapshotDatasetDetails model)SnapshotDatasetDetails.BuilderexportDetails(ObjectStorageSnapshotExportDetails exportDetails)SnapshotDatasetDetails.BuilderexportFormat(ExportFormat exportFormat)
 
- 
- 
- 
Method Detail- 
areAnnotationsIncludedpublic SnapshotDatasetDetails.Builder areAnnotationsIncluded(Boolean areAnnotationsIncluded) Whether annotations are to be included in the export dataset digest.- Parameters:
- areAnnotationsIncluded- the value to set
- Returns:
- this builder
 
 - 
areUnannotatedRecordsIncludedpublic SnapshotDatasetDetails.Builder areUnannotatedRecordsIncluded(Boolean areUnannotatedRecordsIncluded) Whether to include records that have yet to be annotated in the export dataset digest.- Parameters:
- areUnannotatedRecordsIncluded- the value to set
- Returns:
- this builder
 
 - 
exportDetailspublic SnapshotDatasetDetails.Builder exportDetails(ObjectStorageSnapshotExportDetails exportDetails) 
 - 
exportFormatpublic SnapshotDatasetDetails.Builder exportFormat(ExportFormat exportFormat) 
 - 
buildpublic SnapshotDatasetDetails build() 
 - 
copypublic SnapshotDatasetDetails.Builder copy(SnapshotDatasetDetails model) 
 
- 
 
-