public sealed class LabelOperationMetadata : IMessage<LabelOperationMetadata>, IEquatable<LabelOperationMetadata>, IDeepCloneable<LabelOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class LabelOperationMetadata.
Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20
Implements
IMessageLabelOperationMetadata, IEquatableLabelOperationMetadata, IDeepCloneableLabelOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
LabelOperationMetadata()
public LabelOperationMetadata()
LabelOperationMetadata(LabelOperationMetadata)
public LabelOperationMetadata(LabelOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
LabelOperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when labeling request was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DetailsCase
public LabelOperationMetadata.DetailsOneofCase DetailsCase { get; }
Property Value | |
---|---|
Type | Description |
LabelOperationMetadataDetailsOneofCase |
ImageBoundingBoxDetails
public LabelImageBoundingBoxOperationMetadata ImageBoundingBoxDetails { get; set; }
Details of label image bounding box operation.
Property Value | |
---|---|
Type | Description |
LabelImageBoundingBoxOperationMetadata |
ImageBoundingPolyDetails
public LabelImageBoundingPolyOperationMetadata ImageBoundingPolyDetails { get; set; }
Details of label image bounding poly operation.
Property Value | |
---|---|
Type | Description |
LabelImageBoundingPolyOperationMetadata |
ImageClassificationDetails
public LabelImageClassificationOperationMetadata ImageClassificationDetails { get; set; }
Details of label image classification operation.
Property Value | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadata |
ImageOrientedBoundingBoxDetails
public LabelImageOrientedBoundingBoxOperationMetadata ImageOrientedBoundingBoxDetails { get; set; }
Details of label image oriented bounding box operation.
Property Value | |
---|---|
Type | Description |
LabelImageOrientedBoundingBoxOperationMetadata |
ImagePolylineDetails
public LabelImagePolylineOperationMetadata ImagePolylineDetails { get; set; }
Details of label image polyline operation.
Property Value | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata |
ImageSegmentationDetails
public LabelImageSegmentationOperationMetadata ImageSegmentationDetails { get; set; }
Details of label image segmentation operation.
Property Value | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadata |
PartialFailures
public RepeatedField<Status> PartialFailures { get; }
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
ProgressPercent
public int ProgressPercent { get; set; }
Output only. Progress of label operation. Range: [0, 100].
Property Value | |
---|---|
Type | Description |
int |
TextClassificationDetails
public LabelTextClassificationOperationMetadata TextClassificationDetails { get; set; }
Details of label text classification operation.
Property Value | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadata |
TextEntityExtractionDetails
public LabelTextEntityExtractionOperationMetadata TextEntityExtractionDetails { get; set; }
Details of label text entity extraction operation.
Property Value | |
---|---|
Type | Description |
LabelTextEntityExtractionOperationMetadata |
VideoClassificationDetails
public LabelVideoClassificationOperationMetadata VideoClassificationDetails { get; set; }
Details of label video classification operation.
Property Value | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadata |
VideoEventDetails
public LabelVideoEventOperationMetadata VideoEventDetails { get; set; }
Details of label video event operation.
Property Value | |
---|---|
Type | Description |
LabelVideoEventOperationMetadata |
VideoObjectDetectionDetails
public LabelVideoObjectDetectionOperationMetadata VideoObjectDetectionDetails { get; set; }
Details of label video object detection operation.
Property Value | |
---|---|
Type | Description |
LabelVideoObjectDetectionOperationMetadata |
VideoObjectTrackingDetails
public LabelVideoObjectTrackingOperationMetadata VideoObjectTrackingDetails { get; set; }
Details of label video object tracking operation.
Property Value | |
---|---|
Type | Description |
LabelVideoObjectTrackingOperationMetadata |