Vision AI v1 API - Class BatchOperationStatus (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class BatchOperationStatus.

The batch operation status.

Inheritance

object > BatchOperationStatus

Namespace

Google.Cloud.VisionAI.V1

Assembly

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