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

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

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

Message describing the status of the Process.

Inheritance

object > RunStatus

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

RunStatus()

public RunStatus()

RunStatus(RunStatus)

public RunStatus(RunStatus other)
Parameter
Name Description
other RunStatus

Properties

Reason

public string Reason { get; set; }

The reason of becoming the state.

Property Value
Type Description
string

State

public RunStatus.Types.State State { get; set; }

The state of the Process.

Property Value
Type Description
RunStatusTypesState