Class: Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Instance Attribute Summary collapse
-
#explicit ⇒ ::Boolean
Whether the output resource needs to be explicitly set in the instance.
-
#name ⇒ ::String
Name of the output binding, unique within the processor.
-
#resource_type_uri ⇒ ::String
The resource type uri of the acceptable output resource.
Instance Attribute Details
#explicit ⇒ ::Boolean
Returns Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1470 class InstanceResourceOutputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the output binding, unique within the processor.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1470 class InstanceResourceOutputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type_uri ⇒ ::String
Returns The resource type uri of the acceptable output resource.
1470 1471 1472 1473 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1470 class InstanceResourceOutputBindingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |