Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class OutputResource.
Message of output resource used in one application instance.
Generated from protobuf message google.cloud.visionai.v1.Instance.OutputResource
Namespace
Google \ Cloud \ VisionAI \ V1 \ InstanceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ output_resource
string
The output resource name for the current application instance.
↳ producer_node
string
The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
↳ output_resource_binding
string
The specific output resource binding which produces the current OutputResource.
↳ is_temporary
bool
Output only. Whether the output resource is temporary which means the resource is generated during the deployment of the application. Temporary resource will be deleted during the undeployment of the application.
↳ autogen
bool
Output only. Whether the output resource is created automatically by the Vision AI App Platform.
getOutputResource
The output resource name for the current application instance.
string
setOutputResource
The output resource name for the current application instance.
var
string
$this
getProducerNode
The name of graph node who produces the output resource name.
For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
string
setProducerNode
The name of graph node who produces the output resource name.
For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
var
string
$this
getOutputResourceBinding
The specific output resource binding which produces the current OutputResource.
string
setOutputResourceBinding
The specific output resource binding which produces the current OutputResource.
var
string
$this
getIsTemporary
Output only. Whether the output resource is temporary which means the resource is generated during the deployment of the application. Temporary resource will be deleted during the undeployment of the application.
bool
setIsTemporary
Output only. Whether the output resource is temporary which means the resource is generated during the deployment of the application. Temporary resource will be deleted during the undeployment of the application.
var
bool
$this
getAutogen
Output only. Whether the output resource is created automatically by the Vision AI App Platform.
bool
setAutogen
Output only. Whether the output resource is created automatically by the Vision AI App Platform.
var
bool
$this

