Class GoogleCloudDatalabelingV1beta1AnnotatedDataset
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
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1AnnotatedDataset : IDirectResponseSchema
Properties
AnnotationSource
Output only. Source of the annotation.
Declaration
[JsonProperty("annotationSource")]
public virtual string AnnotationSource { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationType
Output only. Type of the annotation. It is specified when starting labeling task.
Declaration
[JsonProperty("annotationType")]
public virtual string AnnotationType { get; set; }
Property Value
Type | Description |
---|---|
string |
BlockingResources
Output only. The names of any related resources that are blocking changes to the annotated dataset.
Declaration
[JsonProperty("blockingResources")]
public virtual IList<string> BlockingResources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
CompletedExampleCount
Output only. Number of examples that have annotation in the annotated dataset.
Declaration
[JsonProperty("completedExampleCount")]
public virtual long? CompletedExampleCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Time the AnnotatedDataset was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleCount
Output only. Number of examples in the annotated dataset.
Declaration
[JsonProperty("exampleCount")]
public virtual long? ExampleCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
LabelStats
Output only. Per label statistics.
Declaration
[JsonProperty("labelStats")]
public virtual GoogleCloudDatalabelingV1beta1LabelStats LabelStats { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelStats |
Metadata
Output only. Additional information about AnnotatedDataset.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata |
Name
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |