GoogleCloudDatalabelingV1beta1ExportDataRequest class
Request message for ExportData API.
Constructors
- GoogleCloudDatalabelingV1beta1ExportDataRequest({String? annotatedDataset, String? filter, GoogleCloudDatalabelingV1beta1OutputConfig? outputConfig, String? userEmailAddress})
- GoogleCloudDatalabelingV1beta1ExportDataRequest.fromJson(Map _json)
Properties
- annotatedDataset ↔ String?
-
Annotated dataset resource name.
getter/setter pair
- filter ↔ String?
-
Filter is not supported at this moment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputConfig ↔ GoogleCloudDatalabelingV1beta1OutputConfig?
-
Specify the output destination.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userEmailAddress ↔ String?
-
Email of the user who started the export task and should be notified by
email.
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