Class: Google::Cloud::AIPlatform::V1::IndexStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#shards_count::Integer (readonly)

Returns Output only. The number of shards in the Index.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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