Class: Google::Cloud::VisionAI::V1::Instance::OutputResource
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Instance::OutputResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message of output resource used in one application instance.
Instance Attribute Summary collapse
-
#autogen ⇒ ::Boolean
readonly
Output only.
-
#is_temporary ⇒ ::Boolean
readonly
Output only.
-
#output_resource ⇒ ::String
The output resource name for the current application instance.
-
#output_resource_binding ⇒ ::String
The specific output resource binding which produces the current OutputResource.
-
#producer_node ⇒ ::String
The name of graph node who produces the output resource name.
Instance Attribute Details
#autogen ⇒ ::Boolean (readonly)
Returns Output only. Whether the output resource is created automatically by the Vision AI App Platform.
1183 1184 1185 1186 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1183 class OutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_temporary ⇒ ::Boolean (readonly)
Returns 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.
1183 1184 1185 1186 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1183 class OutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_resource ⇒ ::String
Returns The output resource name for the current application instance.
1183 1184 1185 1186 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1183 class OutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_resource_binding ⇒ ::String
Returns The specific output resource binding which produces the current OutputResource.
1183 1184 1185 1186 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1183 class OutputResource 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/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting.
1183 1184 1185 1186 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1183 class OutputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |