public static class SnapshotDatasetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public SnapshotDatasetDetails.Builder areAnnotationsIncluded(Boolean areAnnotationsIncluded)
Whether annotations are to be included in the export dataset digest.
areAnnotationsIncluded
- the value to setpublic SnapshotDatasetDetails.Builder areUnannotatedRecordsIncluded(Boolean areUnannotatedRecordsIncluded)
Whether to include records that have yet to be annotated in the export dataset digest.
areUnannotatedRecordsIncluded
- the value to setpublic SnapshotDatasetDetails.Builder exportDetails(ObjectStorageSnapshotExportDetails exportDetails)
public SnapshotDatasetDetails.Builder exportFormat(ExportFormat exportFormat)
public SnapshotDatasetDetails build()
public SnapshotDatasetDetails.Builder copy(SnapshotDatasetDetails model)
Copyright © 2016–2024. All rights reserved.