Class Process (0.1.0)

Process(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing the Process object.

Attributes

Name Description
name str
The name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The create timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The update timestamp.
analysis str
Required. Reference to an existing Analysis resource.
attribute_overrides MutableSequence[str]
Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}".
run_status google.cloud.visionai_v1.types.RunStatus
Optional. Status of the Process.
run_mode google.cloud.visionai_v1.types.RunMode
Optional. Run mode of the Process.
event_id str
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.
batch_id str
Optional. Optional: Batch ID of the Process.
retry_count int
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.