Class: Google::Cloud::VisionAI::V1::ClusterInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#processes_count::Integer

Returns The number of active processes in the cluster.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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