ExportSummary Class

Definition

The ExportSummary. Please note ExportSummary is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CsvExportSummary, CocoExportSummary and DatasetExportSummary.

public abstract class ExportSummary
type ExportSummary = class
Public MustInherit Class ExportSummary
Inheritance
ExportSummary
Derived

Constructors

ExportSummary()

Initializes a new instance of ExportSummary.

Properties

EndOn

The time when the export was completed.

ExportedRowCount

The total number of labeled datapoints exported.

LabelingJobId

Name and identifier of the job containing exported labels.

StartOn

The time when the export was requested.

Applies to