Class: Google::Cloud::VisionAI::V1::ClusterInfo
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ClusterInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/health_service.rb
Instance Attribute Summary collapse
-
#processes_count ⇒ ::Integer
The number of active processes in the cluster.
-
#streams_count ⇒ ::Integer
The number of active streams in the cluster.
Instance Attribute Details
#processes_count ⇒ ::Integer
Returns The number of active processes in the cluster.
54 55 56 57 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 54 class ClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streams_count ⇒ ::Integer
Returns The number of active streams in the cluster.
54 55 56 57 |
# File 'proto_docs/google/cloud/visionai/v1/health_service.rb', line 54 class ClusterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |