Class DataLabelingDataset (1.7.1)

DataLabelingDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents one Dataset in datalabeling.googleapis.com.

Attributes

NameDescription
dataset str
Full resource name of data labeling Dataset. Format: ``projects/{project}/datasets/{dataset}``.
dataset_display_name str
The Dataset's display name in datalabeling.googleapis.com.
data_labeling_annotated_datasets Sequence[google.cloud.aiplatform_v1.types.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset]
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

Inheritance

builtins.object > proto.message.Message > DataLabelingDataset

Classes

DataLabelingAnnotatedDataset

DataLabelingAnnotatedDataset(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Represents one AnnotatedDataset in datalabeling.googleapis.com.