Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AppPlatformMetadata.
Message of essential metadata of App Platform.
This message is usually attached to a certain processor output annotation for customer to identify the source of the data.
Generated from protobuf message google.cloud.visionai.v1.AppPlatformMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ application
string
The application resource name.
↳ instance_id
string
The instance resource id. Instance is the nested resource of application under collection 'instances'.
↳ node
string
The node name of the application graph.
↳ processor
string
The referred processor resource name of the application node.
getApplication
The application resource name.
string
setApplication
The application resource name.
var
string
$this
getInstanceId
The instance resource id. Instance is the nested resource of application under collection 'instances'.
string
setInstanceId
The instance resource id. Instance is the nested resource of application under collection 'instances'.
var
string
$this
getNode
The node name of the application graph.
string
setNode
The node name of the application graph.
var
string
$this
getProcessor
The referred processor resource name of the application node.
string
setProcessor
The referred processor resource name of the application node.
var
string
$this

