Google Cloud Vision Ai V1 Client - Class Operator (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource.

↳ create_time Google\Protobuf\Timestamp

Output only. The create timestamp.

↳ update_time Google\Protobuf\Timestamp

Output only. The update timestamp.

↳ labels array|Google\Protobuf\Internal\MapField

Labels as key value pairs.

↳ operator_definition OperatorDefinition

The definition of the operator.

↳ docker_image string

The link to the docker image of the operator.

getName

Name of the resource.

Returns
Type Description
string

setName

Name of the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The create timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The create timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The update timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getLabels

Labels as key value pairs.

Returns
Type Description
Google\Protobuf\Internal\MapField

setLabels

Labels as key value pairs.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getOperatorDefinition

The definition of the operator.

Returns
Type Description
OperatorDefinition|null

hasOperatorDefinition

clearOperatorDefinition

setOperatorDefinition

The definition of the operator.

Parameter
Name Description
var OperatorDefinition
Returns
Type Description
$this

getDockerImage

The link to the docker image of the operator.

Returns
Type Description
string

setDockerImage

The link to the docker image of the operator.

Parameter
Name Description
var string
Returns
Type Description
$this