Cloud AI Platform v1 API - Class MigratableResource.Types.DataLabelingDataset (2.27.0)

public sealed class MigratableResource.Types.DataLabelingDataset : IMessage<MigratableResource.Types.DataLabelingDataset>, IEquatable<MigratableResource.Types.DataLabelingDataset>, IDeepCloneable<MigratableResource.Types.DataLabelingDataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class MigratableResource.Types.DataLabelingDataset.

Represents one Dataset in datalabeling.googleapis.com.

Inheritance

object > MigratableResource.Types.DataLabelingDataset

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DataLabelingDataset()

public DataLabelingDataset()

DataLabelingDataset(DataLabelingDataset)

public DataLabelingDataset(MigratableResource.Types.DataLabelingDataset other)
Parameter
NameDescription
otherMigratableResourceTypesDataLabelingDataset

Properties

DataLabelingAnnotatedDatasets

public RepeatedField<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset> DataLabelingAnnotatedDatasets { get; }

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

Property Value
TypeDescription
RepeatedFieldMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset

Dataset

public string Dataset { get; set; }

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

Property Value
TypeDescription
string

DatasetDisplayName

public string DatasetDisplayName { get; set; }

The Dataset's display name in datalabeling.googleapis.com.

Property Value
TypeDescription
string