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

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

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

Represents one AnnotatedDataset in datalabeling.googleapis.com.

Inheritance

object > MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DataLabelingAnnotatedDataset()

public DataLabelingAnnotatedDataset()

DataLabelingAnnotatedDataset(DataLabelingAnnotatedDataset)

public DataLabelingAnnotatedDataset(MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset other)
Parameter
NameDescription
otherMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset

Properties

AnnotatedDataset

public string AnnotatedDataset { get; set; }

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

Property Value
TypeDescription
string

AnnotatedDatasetDisplayName

public string AnnotatedDatasetDisplayName { get; set; }

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

Property Value
TypeDescription
string