GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse class
Response used for ExportDataset longrunning operation.
Constructors
- GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse({String? annotatedDataset, String? dataset, int? exportCount, GoogleCloudDatalabelingV1p1alpha1LabelStats? labelStats, GoogleCloudDatalabelingV1p1alpha1OutputConfig? outputConfig, int? totalCount})
- GoogleCloudDatalabelingV1p1alpha1ExportDataOperationResponse.fromJson(Map _json)
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 ↔ GoogleCloudDatalabelingV1p1alpha1LabelStats?
-
Statistic infos of labels in the exported dataset.
getter/setter pair
- outputConfig ↔ GoogleCloudDatalabelingV1p1alpha1OutputConfig?
-
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