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
Note: The following fields are mutually exclusive: config_type_uri, resource_type_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
1455 1456 1457 1458 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1455 class InstanceResourceInputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the input binding, unique within the processor.
1455 1456 1457 1458 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1455 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
Note: The following fields are mutually exclusive: resource_type_uri, config_type_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
1455 1456 1457 1458 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1455 class InstanceResourceInputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |