class Qdrant::Api::LocalShardTelemetry

Included Modules

Defined in:

qdrant-api/models/local_shard_telemetry.cr

Constructors

Instance Method Summary

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

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.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


[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def async_scorer : Bool | Nil #

[View source]
def async_scorer=(async_scorer : Bool | Nil) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def indexed_only_excluded_vectors : Hash(String, Int32) | Nil #

[View source]
def indexed_only_excluded_vectors=(indexed_only_excluded_vectors : Hash(String, Int32) | Nil) #

[View source]
def list_invalid_properties #

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons


[View source]
def 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


[View source]
def 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


[View source]
def num_points_validation_error(value) : String | Nil #

[View source]
def 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


[View source]
def 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


[View source]
def num_vectors_by_name : Hash(String, Int32) | Nil #

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


[View source]
def num_vectors_by_name=(num_vectors_by_name : Hash(String, Int32) | Nil) #

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


[View source]
def num_vectors_validation_error(value) : String | Nil #

[View source]
def optimizations : OptimizerTelemetry | Nil #

[View source]
def optimizations=(optimizations : OptimizerTelemetry | Nil) #

[View source]
def 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


[View source]
def 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


[View source]
def payloads_size_bytes_validation_error(value) : String | Nil #

[View source]
def segments : Array(SegmentTelemetry) | Nil #

[View source]
def segments=(segments : Array(SegmentTelemetry) | Nil) #

[View source]
def status : ShardStatus | Nil #

[View source]
def status=(status : ShardStatus | Nil) #

[View source]
def total_optimized_points : Int32 #

Required properties Total number of optimized points since the last start.


[View source]
def total_optimized_points=(value : Int32) #

Required properties Total number of optimized points since the last start.


[View source]
def total_optimized_points_validation_error(value) : String | Nil #

[View source]
def update_queue : ShardUpdateQueueInfo | Nil #

Update queue status


[View source]
def update_queue=(update_queue : ShardUpdateQueueInfo | Nil) #

Update queue status


[View source]
def valid? #

Check to see if the all the properties in the model are valid @return true if the model is valid


[View source]
def variant_name : String | Nil #

Optional properties


[View source]
def variant_name=(variant_name : String | Nil) #

Optional properties


[View source]
def 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


[View source]
def 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


[View source]
def vectors_size_bytes_validation_error(value) : String | Nil #

[View source]