pub struct VertexRagStoreArgs {
pub rag_corpus: String,
pub top_k: Option<u32>,
}Expand description
Arguments of google.vertex_rag_store.
Fields§
§rag_corpus: StringRAG corpus resource name.
top_k: Option<u32>Number of results.
Trait Implementations§
Source§impl Clone for VertexRagStoreArgs
impl Clone for VertexRagStoreArgs
Source§fn clone(&self) -> VertexRagStoreArgs
fn clone(&self) -> VertexRagStoreArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VertexRagStoreArgs
impl Debug for VertexRagStoreArgs
Source§impl Default for VertexRagStoreArgs
impl Default for VertexRagStoreArgs
Source§fn default() -> VertexRagStoreArgs
fn default() -> VertexRagStoreArgs
Returns the “default value” for a type. Read more
impl Eq for VertexRagStoreArgs
Source§impl PartialEq for VertexRagStoreArgs
impl PartialEq for VertexRagStoreArgs
Source§impl Serialize for VertexRagStoreArgs
impl Serialize for VertexRagStoreArgs
impl StructuralPartialEq for VertexRagStoreArgs
Auto Trait Implementations§
impl Freeze for VertexRagStoreArgs
impl RefUnwindSafe for VertexRagStoreArgs
impl Send for VertexRagStoreArgs
impl Sync for VertexRagStoreArgs
impl Unpin for VertexRagStoreArgs
impl UnsafeUnpin for VertexRagStoreArgs
impl UnwindSafe for VertexRagStoreArgs
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.