Class: Google::Cloud::VisionAI::V1::ResourceAnnotations

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/platform.rb

Overview

Message describing general annotation for resources.

Instance Attribute Summary collapse

Instance Attribute Details

#application_annotations::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>

Returns Annotations that will be applied to the whole application.

Returns:



1672
1673
1674
1675
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1672

class ResourceAnnotations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node_annotations::Array<::Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation>

Returns Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

Returns:

  • (::Array<::Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation>)

    Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.



1672
1673
1674
1675
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1672

class ResourceAnnotations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end