pub struct ProductQuantizationBuilder { /* private fields */ }
Expand description
Builder for ProductQuantization
.
Implementations§
source§impl ProductQuantizationBuilder
impl ProductQuantizationBuilder
sourcepub fn compression(self, value: i32) -> Self
pub fn compression(self, value: i32) -> Self
Compression ratio
sourcepub fn always_ram(self, value: bool) -> Self
pub fn always_ram(self, value: bool) -> Self
If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
source§impl ProductQuantizationBuilder
impl ProductQuantizationBuilder
sourcepub fn build(self) -> ProductQuantization
pub fn build(self) -> ProductQuantization
Builds the desired type. Can often be omitted.
Trait Implementations§
source§impl From<ProductQuantizationBuilder> for ProductQuantization
impl From<ProductQuantizationBuilder> for ProductQuantization
source§fn from(value: ProductQuantizationBuilder) -> Self
fn from(value: ProductQuantizationBuilder) -> Self
Converts to this type from the input type.
source§impl From<ProductQuantizationBuilder> for Quantization
impl From<ProductQuantizationBuilder> for Quantization
source§fn from(value: ProductQuantizationBuilder) -> Self
fn from(value: ProductQuantizationBuilder) -> Self
Converts to this type from the input type.
source§impl From<ProductQuantizationBuilder> for Quantization
impl From<ProductQuantizationBuilder> for Quantization
source§fn from(value: ProductQuantizationBuilder) -> Self
fn from(value: ProductQuantizationBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProductQuantizationBuilder
impl RefUnwindSafe for ProductQuantizationBuilder
impl Send for ProductQuantizationBuilder
impl Sync for ProductQuantizationBuilder
impl Unpin for ProductQuantizationBuilder
impl UnwindSafe for ProductQuantizationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request