Class: Google::Cloud::VisionAI::V1::AppPlatformMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AppPlatformMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
Message of essential metadata of App Platform. This message is usually attached to a certain processor output annotation for customer to identify the source of the data.
Instance Attribute Summary collapse
-
#application ⇒ ::String
The application resource name.
-
#instance_id ⇒ ::String
The instance resource id.
-
#node ⇒ ::String
The node name of the application graph.
-
#processor ⇒ ::String
The referred processor resource name of the application node.
Instance Attribute Details
#application ⇒ ::String
Returns The application resource name.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684 class AppPlatformMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns The instance resource id. Instance is the nested resource of application under collection 'instances'.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684 class AppPlatformMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node ⇒ ::String
Returns The node name of the application graph.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684 class AppPlatformMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processor ⇒ ::String
Returns The referred processor resource name of the application node.
684 685 686 687 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 684 class AppPlatformMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |