Class: Google::Cloud::AIPlatform::V1::IndexStats
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::IndexStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index.rb
Overview
Stats of the Index.
Instance Attribute Summary collapse
-
#shards_count ⇒ ::Integer
readonly
Output only.
-
#sparse_vectors_count ⇒ ::Integer
readonly
Output only.
-
#vectors_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#shards_count ⇒ ::Integer (readonly)
Returns Output only. The number of shards in the Index.
266 267 268 269 |
# File 'proto_docs/google/cloud/aiplatform/v1/index.rb', line 266 class IndexStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sparse_vectors_count ⇒ ::Integer (readonly)
Returns Output only. The number of sparse vectors in the Index.
266 267 268 269 |
# File 'proto_docs/google/cloud/aiplatform/v1/index.rb', line 266 class IndexStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vectors_count ⇒ ::Integer (readonly)
Returns Output only. The number of dense vectors in the Index.
266 267 268 269 |
# File 'proto_docs/google/cloud/aiplatform/v1/index.rb', line 266 class IndexStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |