GoogleCloudDatalabelingV1beta1Dataset class
Dataset is the resource to hold your data.
You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.
Constructors
-
GoogleCloudDatalabelingV1beta1Dataset({List<
String> ? blockingResources, String? createTime, String? dataItemCount, String? description, String? displayName, List<GoogleCloudDatalabelingV1beta1InputConfig> ? inputConfigs, String? lastMigrateTime, String? name}) - GoogleCloudDatalabelingV1beta1Dataset.fromJson(Map _json)
Properties
-
blockingResources
↔ List<
String> ? -
The names of any related resources that are blocking changes to the
dataset.
getter/setter pair
- createTime ↔ String?
-
Time the dataset is created.
getter/setter pair
- dataItemCount ↔ String?
-
The number of data items in the dataset.
getter/setter pair
- description ↔ String?
-
User-provided description of the annotation specification set.
getter/setter pair
- displayName ↔ String?
-
The display name of the dataset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputConfigs
↔ List<
GoogleCloudDatalabelingV1beta1InputConfig> ? -
This is populated with the original input configs where ImportData is
called.
getter/setter pair
- lastMigrateTime ↔ String?
-
Last time that the Dataset is migrated to AI Platform V2.
getter/setter pair
- name ↔ String?
-
Dataset resource name, format is:
projects/{project_id}/datasets/{dataset_id}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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