GlobalOutputResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message about output resources from application.
| Attributes | |
|---|---|
| Name | Description | 
| output_resource | strThe full resource name of the outputted resources. | 
| producer_node | strThe name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema producer_node: occupancy-count | 
| key | strThe key of the output resource, it has to be unique within the same producer node. One producer node can output several output resources, the key can be used to match corresponding output resources. |