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 v1beta1 API class MigratableResource.Types.DataLabelingDataset.
Represents one Dataset in datalabeling.googleapis.com.
Implements
IMessageMigratableResourceTypesDataLabelingDataset, IEquatableMigratableResourceTypesDataLabelingDataset, IDeepCloneableMigratableResourceTypesDataLabelingDataset, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DataLabelingDataset()
public DataLabelingDataset()
DataLabelingDataset(DataLabelingDataset)
public DataLabelingDataset(MigratableResource.Types.DataLabelingDataset other)
Parameter | |
---|---|
Name | Description |
other |
MigratableResourceTypesDataLabelingDataset |
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 | |
---|---|
Type | Description |
RepeatedFieldMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset |
Dataset
public string Dataset { get; set; }
Full resource name of data labeling Dataset.
Format:
projects/{project}/datasets/{dataset}
.
Property Value | |
---|---|
Type | Description |
string |
DatasetAsDataLabelingDatasetName
public DataLabelingDatasetName DatasetAsDataLabelingDatasetName { get; set; }
DataLabelingDatasetName-typed view over the Dataset resource name property.
Property Value | |
---|---|
Type | Description |
DataLabelingDatasetName |
DatasetDisplayName
public string DatasetDisplayName { get; set; }
The Dataset's display name in datalabeling.googleapis.com.
Property Value | |
---|---|
Type | Description |
string |