Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Process.
Message describing the Process object.
Generated from protobuf message google.cloud.visionai.v1.Process
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of resource.
↳ create_time
↳ update_time
↳ analysis
string
Required. Reference to an existing Analysis resource.
↳ attribute_overrides
string[]
Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
↳ run_status
↳ run_mode
int
Optional. Run mode of the Process.
↳ event_id
string
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
string
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.
getName
The name of resource.
string
setName
The name of resource.
var
string
$this
getCreateTime
Output only. The create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create timestamp.
$this
getUpdateTime
Output only. The update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp.
$this
getAnalysis
Required. Reference to an existing Analysis resource.
string
setAnalysis
Required. Reference to an existing Analysis resource.
var
string
$this
getAttributeOverrides
Optional. Attribute overrides of the Analyzers.
Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
setAttributeOverrides
Optional. Attribute overrides of the Analyzers.
Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
var
string[]
$this
getRunStatus
Optional. Status of the Process.
hasRunStatus
clearRunStatus
setRunStatus
Optional. Status of the Process.
$this
getRunMode
Optional. Run mode of the Process.
setRunMode
Optional. Run mode of the Process.
$this
getEventId
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.
string
setEventId
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.
var
string
$this
getBatchId
Optional. Optional: Batch ID of the Process.
string
setBatchId
Optional. Optional: Batch ID of the Process.
var
string
$this
getRetryCount
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.
int
setRetryCount
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.
var
int
$this

