Data Labeling v1beta1 API - Class AnnotatedDataset (2.0.0-beta02)

public sealed class AnnotatedDataset : IMessage<AnnotatedDataset>, IEquatable<AnnotatedDataset>, IDeepCloneable<AnnotatedDataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class AnnotatedDataset.

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.

Inheritance

object > AnnotatedDataset

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

AnnotatedDataset()

public AnnotatedDataset()

AnnotatedDataset(AnnotatedDataset)

public AnnotatedDataset(AnnotatedDataset other)
Parameter
NameDescription
otherAnnotatedDataset

Properties

AnnotatedDatasetName

public AnnotatedDatasetName AnnotatedDatasetName { get; set; }

AnnotatedDatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotatedDatasetName

AnnotationSource

public AnnotationSource AnnotationSource { get; set; }

Output only. Source of the annotation.

Property Value
TypeDescription
AnnotationSource

AnnotationType

public AnnotationType AnnotationType { get; set; }

Output only. Type of the annotation. It is specified when starting labeling task.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring

CompletedExampleCount

public long CompletedExampleCount { get; set; }

Output only. Number of examples that have annotation in the annotated dataset.

Property Value
TypeDescription
long

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time the AnnotatedDataset was created.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ExampleCount

public long ExampleCount { get; set; }

Output only. Number of examples in the annotated dataset.

Property Value
TypeDescription
long

LabelStats

public LabelStats LabelStats { get; set; }

Output only. Per label statistics.

Property Value
TypeDescription
LabelStats

Metadata

public AnnotatedDatasetMetadata Metadata { get; set; }

Output only. Additional information about AnnotatedDataset.

Property Value
TypeDescription
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
TypeDescription
string