GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse class

Response used for ExportDataset longrunning operation.

Properties

annotatedDataset String?
The name of annotated dataset in format "projects / * /datasets / * /annotatedDatasets / * ".
getter/setter pair
dataset String?
Ouptut only.
getter/setter pair
exportCount int?
Number of examples exported successfully.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelStats GoogleCloudDatalabelingV1p2alpha1LabelStats?
Statistic infos of labels in the exported dataset.
getter/setter pair
outputConfig GoogleCloudDatalabelingV1p2alpha1OutputConfig?
output_config in the ExportData request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int?
Total number of examples requested to export
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited