public sealed class DataLabelingAnnotatedDataset : IMessage<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IEquatable<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IDeepCloneable<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IBufferMessage, IMessageReference 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.DataLabelingAnnotatedDatasetImplements
IMessage<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IEquatable<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IDeepCloneable<MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
DataLabelingAnnotatedDataset()
public DataLabelingAnnotatedDataset()DataLabelingAnnotatedDataset(MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset)
public DataLabelingAnnotatedDataset(MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset other)| Parameter | |
|---|---|
| Name | Description |
other |
MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset |
Properties
AnnotatedDataset
public string AnnotatedDataset { get; set; }Full resource name of data labeling AnnotatedDataset.
Format:
projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
AnnotatedDatasetDisplayName
public string AnnotatedDatasetDisplayName { get; set; }The AnnotatedDataset's display name in datalabeling.googleapis.com.
| Property Value | |
|---|---|
| Type | Description |
String |
|