Class: Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message about output resources from application.
Instance Attribute Summary collapse
-
#key ⇒ ::String
The key of the output resource, it has to be unique within the same producer node.
-
#output_resource ⇒ ::String
The full resource name of the outputted resources.
-
#producer_node ⇒ ::String
The name of graph node who produces the output resource name.
Instance Attribute Details
#key ⇒ ::String
Returns The 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.
882 883 884 885 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 882 class GlobalOutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_resource ⇒ ::String
Returns The full resource name of the outputted resources.
882 883 884 885 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 882 class GlobalOutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#producer_node ⇒ ::String
Returns The 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.
882 883 884 885 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 882 class GlobalOutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |