Class: Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message for instance resource channel specification. External resources are virtual nodes which are not expressed in the application graph. Each processor expresses its out-graph spec, so customer is able to override the external source or destinations to the
Instance Attribute Summary collapse
-
#config_type_uri ⇒ ::String
The configuration proto that includes the Googleapis resources.
-
#name ⇒ ::String
Name of the input binding, unique within the processor.
-
#resource_type_uri ⇒ ::String
The direct type url of Googleapis resource.
Instance Attribute Details
#config_type_uri ⇒ ::String
Returns The configuration proto that includes the Googleapis resources. I.e. type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1447 class InstanceResourceInputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the input binding, unique within the processor.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1447 class InstanceResourceInputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type_uri ⇒ ::String
Returns The direct type url of Googleapis resource. i.e. type.googleapis.com/google.cloud.vision.v1.Asset.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1447 class InstanceResourceInputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |