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

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

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

Message describing the Process object.

Inheritance

object > Process

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

Process()

public Process()

Process(Process)

public Process(Process other)
Parameter
Name Description
other Process

Properties

Analysis

public string Analysis { get; set; }

Required. Reference to an existing Analysis resource.

Property Value
Type Description
string

AnalysisAsAnalysisName

public AnalysisName AnalysisAsAnalysisName { get; set; }

AnalysisName-typed view over the Analysis resource name property.

Property Value
Type Description
AnalysisName

AttributeOverrides

public RepeatedField<string> AttributeOverrides { get; }

Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}"

Property Value
Type Description
RepeatedFieldstring

BatchId

public string BatchId { get; set; }

Optional. Optional: Batch ID of the Process.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The create timestamp.

Property Value
Type Description
Timestamp

EventId

public string EventId { get; set; }

Optional. Event ID of the input/output streams. This is useful when you have a StreamSource/StreamSink operator in the Analysis, and you want to manually specify the Event to read from/write to.

Property Value
Type Description
string

Name

public string Name { get; set; }

The name of resource.

Property Value
Type Description
string

ProcessName

public ProcessName ProcessName { get; set; }

ProcessName-typed view over the Name resource name property.

Property Value
Type Description
ProcessName

RetryCount

public int RetryCount { get; set; }

Optional. Optional: The number of retries for a process in submission mode the system should try before declaring failure. By default, no retry will be performed.

Property Value
Type Description
int

RunMode

public RunMode RunMode { get; set; }

Optional. Run mode of the Process.

Property Value
Type Description
RunMode

RunStatus

public RunStatus RunStatus { get; set; }

Optional. Status of the Process.

Property Value
Type Description
RunStatus

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update timestamp.

Property Value
Type Description
Timestamp