Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class OperatorDefinition.
Defines the interface of an Operator.
Arguments to an operator are input/output streams that are getting processesed/returned while attributes are fixed configuration parameters.
Generated from protobuf message google.cloud.visionai.v1.OperatorDefinition
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operator
string
The name of this operator. Tentatively [A-Z][a-zA-Z0-9]*, e.g., BboxCounter, PetDetector, PetDetector1.
↳ input_args
↳ output_args
↳ attributes
↳ resources
↳ short_description
string
Short description of the operator.
↳ description
string
Full description of the operator.
getOperator
The name of this operator.
Tentatively [A-Z][a-zA-Z0-9]*, e.g., BboxCounter, PetDetector, PetDetector1.
string
setOperator
The name of this operator.
Tentatively [A-Z][a-zA-Z0-9]*, e.g., BboxCounter, PetDetector, PetDetector1.
var
string
$this
getInputArgs
Declares input arguments.
setInputArgs
Declares input arguments.
$this
getOutputArgs
Declares output arguments.
setOutputArgs
Declares output arguments.
$this
getAttributes
Declares the attributes.
setAttributes
Declares the attributes.
$this
getResources
The resources for running the operator.
hasResources
clearResources
setResources
The resources for running the operator.
$this
getShortDescription
Short description of the operator.
string
setShortDescription
Short description of the operator.
var
string
$this
getDescription
Full description of the operator.
string
setDescription
Full description of the operator.
var
string
$this

