Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Operator.
Message describing the Operator object.
Generated from protobuf message google.cloud.visionai.v1.Operator
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the resource.
↳ create_time
↳ update_time
↳ labels
↳ operator_definition
↳ docker_image
string
The link to the docker image of the operator.
getName
Name of the resource.
string
setName
Name of the 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
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this
getOperatorDefinition
The definition of the operator.
hasOperatorDefinition
clearOperatorDefinition
setOperatorDefinition
The definition of the operator.
$this
getDockerImage
The link to the docker image of the operator.
string
setDockerImage
The link to the docker image of the operator.
var
string
$this

