Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource.
Message about output resources from application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String Returns
- (::String) — 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.
#key=
def key=(value) -> ::String Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#output_resource
def output_resource() -> ::String Returns
- (::String) — The full resource name of the outputted resources.
#output_resource=
def output_resource=(value) -> ::String Parameter
- value (::String) — The full resource name of the outputted resources.
Returns
- (::String) — The full resource name of the outputted resources.
#producer_node
def producer_node() -> ::String Returns
- (::String) — 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
#producer_node=
def producer_node=(value) -> ::String Parameter
- value (::String) — 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
Returns
- (::String) — 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