pub struct VertexAiRagMemoryConfig {
pub corpus: String,
pub project: String,
pub location: String,
}Expand description
Configuration for Vertex AI RAG memory service.
Fields§
§corpus: StringThe RAG corpus resource name.
project: StringGoogle Cloud project ID.
location: StringGoogle Cloud location.
Trait Implementations§
Source§impl Clone for VertexAiRagMemoryConfig
impl Clone for VertexAiRagMemoryConfig
Source§fn clone(&self) -> VertexAiRagMemoryConfig
fn clone(&self) -> VertexAiRagMemoryConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VertexAiRagMemoryConfig
impl RefUnwindSafe for VertexAiRagMemoryConfig
impl Send for VertexAiRagMemoryConfig
impl Sync for VertexAiRagMemoryConfig
impl Unpin for VertexAiRagMemoryConfig
impl UnsafeUnpin for VertexAiRagMemoryConfig
impl UnwindSafe for VertexAiRagMemoryConfig
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