public sealed class AnnotatedDataset : IMessage<AnnotatedDataset>, IEquatable<AnnotatedDataset>, IDeepCloneable<AnnotatedDataset>, IBufferMessage, IMessage
AnnotatedDataset is a set holding annotations for data in a Dataset. Each labeling task will generate an AnnotatedDataset under the Dataset that the task is requested for.
Implements
IMessage<AnnotatedDataset>, IEquatable<AnnotatedDataset>, IDeepCloneable<AnnotatedDataset>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
AnnotatedDataset()
public AnnotatedDataset()
AnnotatedDataset(AnnotatedDataset)
public AnnotatedDataset(AnnotatedDataset other)
Parameter | |
---|---|
Name | Description |
other | AnnotatedDataset |
Properties
AnnotatedDatasetName
public AnnotatedDatasetName AnnotatedDatasetName { get; set; }
AnnotatedDatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetName |
AnnotationSource
public AnnotationSource AnnotationSource { get; set; }
Output only. Source of the annotation.
Property Value | |
---|---|
Type | Description |
AnnotationSource |
AnnotationType
public AnnotationType AnnotationType { get; set; }
Output only. Type of the annotation. It is specified when starting labeling task.
Property Value | |
---|---|
Type | Description |
AnnotationType |
BlockingResources
public RepeatedField<string> BlockingResources { get; }
Output only. The names of any related resources that are blocking changes to the annotated dataset.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
CompletedExampleCount
public long CompletedExampleCount { get; set; }
Output only. Number of examples that have annotation in the annotated dataset.
Property Value | |
---|---|
Type | Description |
Int64 |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time the AnnotatedDataset was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
Property Value | |
---|---|
Type | Description |
String |
ExampleCount
public long ExampleCount { get; set; }
Output only. Number of examples in the annotated dataset.
Property Value | |
---|---|
Type | Description |
Int64 |
LabelStats
public LabelStats LabelStats { get; set; }
Output only. Per label statistics.
Property Value | |
---|---|
Type | Description |
LabelStats |
Metadata
public AnnotatedDatasetMetadata Metadata { get; set; }
Output only. Additional information about AnnotatedDataset.
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetMetadata |
Name
public string Name { get; set; }
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
Property Value | |
---|---|
Type | Description |
String |