SnapshotDatasetDetails¶
-
class
oci.data_labeling_service.models.
SnapshotDatasetDetails
(**kwargs)¶ Bases:
object
Allows outputting the latest records paired with annotations and write them to object storage.
Methods
__init__
(**kwargs)Initializes a new SnapshotDatasetDetails object with values from keyword arguments. Attributes
are_annotations_included
[Required] Gets the are_annotations_included of this SnapshotDatasetDetails. are_unannotated_records_included
[Required] Gets the are_unannotated_records_included of this SnapshotDatasetDetails. export_details
[Required] Gets the export_details of this SnapshotDatasetDetails. export_format
Gets the export_format of this SnapshotDatasetDetails. -
__init__
(**kwargs)¶ Initializes a new SnapshotDatasetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - are_annotations_included (bool) – The value to assign to the are_annotations_included property of this SnapshotDatasetDetails.
- are_unannotated_records_included (bool) – The value to assign to the are_unannotated_records_included property of this SnapshotDatasetDetails.
- export_details (oci.data_labeling_service.models.ObjectStorageSnapshotExportDetails) – The value to assign to the export_details property of this SnapshotDatasetDetails.
- export_format (oci.data_labeling_service.models.ExportFormat) – The value to assign to the export_format property of this SnapshotDatasetDetails.
-
are_annotations_included
¶ [Required] Gets the are_annotations_included of this SnapshotDatasetDetails. Whether annotations are to be included in the export dataset digest.
Returns: The are_annotations_included of this SnapshotDatasetDetails. Return type: bool
-
are_unannotated_records_included
¶ [Required] Gets the are_unannotated_records_included of this SnapshotDatasetDetails. Whether to include records that have yet to be annotated in the export dataset digest.
Returns: The are_unannotated_records_included of this SnapshotDatasetDetails. Return type: bool
-
export_details
¶ [Required] Gets the export_details of this SnapshotDatasetDetails.
Returns: The export_details of this SnapshotDatasetDetails. Return type: oci.data_labeling_service.models.ObjectStorageSnapshotExportDetails
-
export_format
¶ Gets the export_format of this SnapshotDatasetDetails.
Returns: The export_format of this SnapshotDatasetDetails. Return type: oci.data_labeling_service.models.ExportFormat
-