GoogleCloudAiplatformV1DataLabelingJob class
DataLabelingJob is used to trigger a human labeling job on unlabeled data from the following Dataset:
Constructors
-
GoogleCloudAiplatformV1DataLabelingJob({GoogleCloudAiplatformV1ActiveLearningConfig? activeLearningConfig, Map<
String, String> ? annotationLabels, String? createTime, GoogleTypeMoney? currentSpend, List<String> ? datasets, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, GoogleRpcStatus? error, Object? inputs, String? inputsSchemaUri, String? instructionUri, int? labelerCount, int? labelingProgress, Map<String, String> ? labels, String? name, List<String> ? specialistPools, String? state, String? updateTime}) - GoogleCloudAiplatformV1DataLabelingJob.fromJson(Map json_)
Properties
- activeLearningConfig ↔ GoogleCloudAiplatformV1ActiveLearningConfig?
-
Parameters that configure the active learning pipeline.
getter/setter pair
-
annotationLabels
↔ Map<
String, String> ? -
Labels to assign to annotations generated by this DataLabelingJob.
getter/setter pair
- createTime ↔ String?
-
Timestamp when this DataLabelingJob was created.
getter/setter pair
- currentSpend ↔ GoogleTypeMoney?
-
Estimated cost(in US dollars) that the DataLabelingJob has incurred to
date.
getter/setter pair
-
datasets
↔ List<
String> ? -
Dataset resource names.
getter/setter pair
- displayName ↔ String?
-
The user-defined name of the DataLabelingJob.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for a DataLabelingJob.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
DataLabelingJob errors.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputs ↔ Object?
-
Input config parameters for the DataLabelingJob.
getter/setter pair
- inputsSchemaUri ↔ String?
-
Points to a YAML file stored on Google Cloud Storage describing the config
for a specific type of DataLabelingJob.
getter/setter pair
- instructionUri ↔ String?
-
The Google Cloud Storage location of the instruction pdf.
getter/setter pair
- labelerCount ↔ int?
-
Number of labelers to work on each DataItem.
getter/setter pair
- labelingProgress ↔ int?
-
Current labeling job progress percentage scaled in interval [0, 100],
indicating the percentage of DataItems that has been finished.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize your DataLabelingJobs.
getter/setter pair
- name ↔ String?
-
Resource name of the DataLabelingJob.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
specialistPools
↔ List<
String> ? -
The SpecialistPools' resource names associated with this job.
getter/setter pair
- state ↔ String?
-
The detailed state of the job.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when this DataLabelingJob was updated most recently.
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