public sealed class BatchOperationStatus : IMessage<BatchOperationStatus>, IEquatable<BatchOperationStatus>, IDeepCloneable<BatchOperationStatus>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class BatchOperationStatus.
The batch operation status.
Implements
IMessageBatchOperationStatus, IEquatableBatchOperationStatus, IDeepCloneableBatchOperationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
BatchOperationStatus()
public BatchOperationStatus()BatchOperationStatus(BatchOperationStatus)
public BatchOperationStatus(BatchOperationStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchOperationStatus |
Properties
FailureCount
public int FailureCount { get; set; }The count of assets failed to ingested; it might be due to the annotation ingestion error.
| Property Value | |
|---|---|
| Type | Description |
int |
|
SuccessCount
public int SuccessCount { get; set; }The count of assets (together with their annotations if any) successfully ingested.
| Property Value | |
|---|---|
| Type | Description |
int |
|