class
Qdrant::Api::LocalShardTelemetry
- Qdrant::Api::LocalShardTelemetry
- Reference
- Object
Included Modules
- JSON::Serializable
- Qdrant::Api::Serializable
- Qdrant::Api::Validation
- YAML::Serializable
Defined in:
qdrant-api/models/local_shard_telemetry.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
-
.new(total_optimized_points : Int32, variant_name : String | Nil = nil, status : ShardStatus | Nil = nil, vectors_size_bytes : Int32 | Nil = nil, payloads_size_bytes : Int32 | Nil = nil, num_points : Int32 | Nil = nil, num_vectors : Int32 | Nil = nil, num_vectors_by_name : Hash(String, Int32) | Nil = nil, segments : Array(SegmentTelemetry) | Nil = nil, optimizations : OptimizerTelemetry | Nil = nil, async_scorer : Bool | Nil = nil, indexed_only_excluded_vectors : Hash(String, Int32) | Nil = nil, update_queue : ShardUpdateQueueInfo | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #async_scorer : Bool | Nil
- #async_scorer=(async_scorer : Bool | Nil)
-
#hash(hasher)
See
Object#hash(hasher) - #indexed_only_excluded_vectors : Hash(String, Int32) | Nil
- #indexed_only_excluded_vectors=(indexed_only_excluded_vectors : Hash(String, Int32) | Nil)
-
#list_invalid_properties
Show invalid properties with the reasons.
-
#num_points : Int32 | Nil
Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing
-
#num_points=(value : Int32 | Nil)
Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing
- #num_points_validation_error(value) : String | Nil
-
#num_vectors : Int32 | Nil
Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing
-
#num_vectors=(value : Int32 | Nil)
Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing
-
#num_vectors_by_name : Hash(String, Int32) | Nil
Sum of number of vectors across all segments, grouped by their name.
-
#num_vectors_by_name=(num_vectors_by_name : Hash(String, Int32) | Nil)
Sum of number of vectors across all segments, grouped by their name.
- #num_vectors_validation_error(value) : String | Nil
- #optimizations : OptimizerTelemetry | Nil
- #optimizations=(optimizations : OptimizerTelemetry | Nil)
-
#payloads_size_bytes : Int32 | Nil
An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing
-
#payloads_size_bytes=(value : Int32 | Nil)
An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing
- #payloads_size_bytes_validation_error(value) : String | Nil
- #segments : Array(SegmentTelemetry) | Nil
- #segments=(segments : Array(SegmentTelemetry) | Nil)
- #status : ShardStatus | Nil
- #status=(status : ShardStatus | Nil)
-
#total_optimized_points : Int32
Required properties Total number of optimized points since the last start.
-
#total_optimized_points=(value : Int32)
Required properties Total number of optimized points since the last start.
- #total_optimized_points_validation_error(value) : String | Nil
-
#update_queue : ShardUpdateQueueInfo | Nil
Update queue status
-
#update_queue=(update_queue : ShardUpdateQueueInfo | Nil)
Update queue status
-
#valid?
Check to see if the all the properties in the model are valid @return true if the model is valid
-
#variant_name : String | Nil
Optional properties
-
#variant_name=(variant_name : String | Nil)
Optional properties
-
#vectors_size_bytes : Int32 | Nil
An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing
-
#vectors_size_bytes=(value : Int32 | Nil)
An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing
- #vectors_size_bytes_validation_error(value) : String | Nil
Macros inherited from module Qdrant::Api::Validation
validates(name, klass, nilable, **rules)
validates
Instance methods inherited from module Qdrant::Api::Serializable
eql?(other)
eql?,
to_body : Hash(String, JSON::Any)
to_body,
to_h : Hash(String, JSON::Any)
to_h,
to_s(io : IO) : Nil
to_s
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing
Sum of segment points This is an approximate number Do NOT rely on this number unless you know what you are doing
Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing
Sum of number of vectors in all segments This is an approximate number Do NOT rely on this number unless you know what you are doing
Sum of number of vectors across all segments, grouped by their name. This is an approximate number. Do NOT rely on this number unless you know what you are doing
Sum of number of vectors across all segments, grouped by their name. This is an approximate number. Do NOT rely on this number unless you know what you are doing
An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing
An estimation of the effective amount of bytes used for payloads Do NOT rely on this number unless you know what you are doing
Required properties Total number of optimized points since the last start.
Required properties Total number of optimized points since the last start.
Check to see if the all the properties in the model are valid @return true if the model is valid
An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing
An ESTIMATION of effective amount of bytes used for vectors Do NOT rely on this number unless you know what you are doing