Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Instance::OutputResource.
Message of output resource used in one application instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#autogen
def autogen() -> ::Boolean Returns
- (::Boolean) — Output only. Whether the output resource is created automatically by the Vision AI App Platform.
#is_temporary
def is_temporary() -> ::Boolean Returns
- (::Boolean) — 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.
#output_resource
def output_resource() -> ::String Returns
- (::String) — The output resource name for the current application instance.
#output_resource=
def output_resource=(value) -> ::String Parameter
- value (::String) — The output resource name for the current application instance.
Returns
- (::String) — The output resource name for the current application instance.
#output_resource_binding
def output_resource_binding() -> ::String Returns
- (::String) — The specific output resource binding which produces the current OutputResource.
#output_resource_binding=
def output_resource_binding=(value) -> ::String Parameter
- value (::String) — The specific output resource binding which produces the current OutputResource.
Returns
- (::String) — The specific output resource binding which produces the current OutputResource.
#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/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
#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/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
Returns
- (::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