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 v1beta1 API class MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset.
Represents one AnnotatedDataset in datalabeling.googleapis.com.
Inheritance
object > MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDatasetImplements
IMessageMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset, IEquatableMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset, IDeepCloneableMigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DataLabelingAnnotatedDataset()
public DataLabelingAnnotatedDataset()
DataLabelingAnnotatedDataset(DataLabelingAnnotatedDataset)
public DataLabelingAnnotatedDataset(MigratableResource.Types.DataLabelingDataset.Types.DataLabelingAnnotatedDataset other)
Parameter | |
---|---|
Name | Description |
other |
MigratableResourceTypesDataLabelingDatasetTypesDataLabelingAnnotatedDataset |
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 |
AnnotatedDatasetAsAnnotatedDatasetName
public AnnotatedDatasetName AnnotatedDatasetAsAnnotatedDatasetName { get; set; }
AnnotatedDatasetName-typed view over the AnnotatedDataset resource name property.
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetName |
AnnotatedDatasetDisplayName
public string AnnotatedDatasetDisplayName { get; set; }
The AnnotatedDataset's display name in datalabeling.googleapis.com.
Property Value | |
---|---|
Type | Description |
string |