Class: Google::Cloud::VisionAI::V1::Instance::InputResource
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Instance::InputResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message of input resource used in one application instance.
Instance Attribute Summary collapse
-
#annotated_stream ⇒ ::Google::Cloud::VisionAI::V1::StreamWithAnnotation
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#annotations ⇒ ::Google::Cloud::VisionAI::V1::ResourceAnnotations
Contains resource annotations.
-
#consumer_node ⇒ ::String
The name of graph node who receives the input resource.
-
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
Data type for the current input resource.
-
#input_resource ⇒ ::String
The direct input resource name.
-
#input_resource_binding ⇒ ::String
The specific input resource binding which will consume the current Input Resource, can be ignored is there is only 1 input binding.
Instance Attribute Details
#annotated_stream ⇒ ::Google::Cloud::VisionAI::V1::StreamWithAnnotation
This field is deprecated and may be removed in the next major version update.
Returns If the input resource is VisionAI Stream, the associated annotations can be specified using annotated_stream instead.
Note: The following fields are mutually exclusive: annotated_stream, input_resource. If a field in that set is populated, all other fields in the set will automatically be cleared.
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotations ⇒ ::Google::Cloud::VisionAI::V1::ResourceAnnotations
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#consumer_node ⇒ ::String
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_resource ⇒ ::String
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_resource_binding ⇒ ::String
1154 1155 1156 1157 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1154 class InputResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |