GoogleCloudDatalabelingV1beta1ImportDataRequest class
Request message for ImportData API.
Constructors
- GoogleCloudDatalabelingV1beta1ImportDataRequest({GoogleCloudDatalabelingV1beta1InputConfig? inputConfig, String? userEmailAddress})
- GoogleCloudDatalabelingV1beta1ImportDataRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputConfig ↔ GoogleCloudDatalabelingV1beta1InputConfig?
-
Specify the input source of the data.
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 import 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