Class SnapshotDatasetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.SnapshotDatasetDetails.Builder
-
- Enclosing class:
- SnapshotDatasetDetails
public static class SnapshotDatasetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotDatasetDetails.Builder
areAnnotationsIncluded(Boolean areAnnotationsIncluded)
Whether annotations are to be included in the export dataset digest.SnapshotDatasetDetails.Builder
areUnannotatedRecordsIncluded(Boolean areUnannotatedRecordsIncluded)
Whether to include records that have yet to be annotated in the export dataset digest.SnapshotDatasetDetails
build()
SnapshotDatasetDetails.Builder
copy(SnapshotDatasetDetails model)
SnapshotDatasetDetails.Builder
exportDetails(ObjectStorageSnapshotExportDetails exportDetails)
SnapshotDatasetDetails.Builder
exportFormat(ExportFormat exportFormat)
-
-
-
Method Detail
-
areAnnotationsIncluded
public 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
-
areUnannotatedRecordsIncluded
public 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
-
exportDetails
public SnapshotDatasetDetails.Builder exportDetails(ObjectStorageSnapshotExportDetails exportDetails)
-
exportFormat
public SnapshotDatasetDetails.Builder exportFormat(ExportFormat exportFormat)
-
build
public SnapshotDatasetDetails build()
-
copy
public SnapshotDatasetDetails.Builder copy(SnapshotDatasetDetails model)
-
-