GoogleCloudDatalabelingV1beta1InputConfig class
The configuration of input data, including data type, location, etc.
Constructors
- GoogleCloudDatalabelingV1beta1InputConfig({String? annotationType, GoogleCloudDatalabelingV1beta1BigQuerySource? bigquerySource, GoogleCloudDatalabelingV1beta1ClassificationMetadata? classificationMetadata, String? dataType, GoogleCloudDatalabelingV1beta1GcsSource? gcsSource, GoogleCloudDatalabelingV1beta1TextMetadata? textMetadata})
- GoogleCloudDatalabelingV1beta1InputConfig.fromJson(Map json_)
Properties
- annotationType ↔ String?
-
The type of annotation to be performed on this data.
getter/setter pair
- bigquerySource ↔ GoogleCloudDatalabelingV1beta1BigQuerySource?
-
Source located in BigQuery.
getter/setter pair
- classificationMetadata ↔ GoogleCloudDatalabelingV1beta1ClassificationMetadata?
-
Metadata about annotations for the input.
getter/setter pair
- dataType ↔ String?
-
Data type must be specifed when user tries to import data.
getter/setter pair
- gcsSource ↔ GoogleCloudDatalabelingV1beta1GcsSource?
-
Source located in Cloud Storage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textMetadata ↔ GoogleCloudDatalabelingV1beta1TextMetadata?
-
Required for text import, as language code must be specified.
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