pub struct VertexAiSearchDataStoreSpec {
pub data_store: Option<String>,
pub filter: Option<String>,
}Expand description
Vertex AI Search 数据源配置。
Fields§
§data_store: Option<String>§filter: Option<String>Trait Implementations§
Source§impl Clone for VertexAiSearchDataStoreSpec
impl Clone for VertexAiSearchDataStoreSpec
Source§fn clone(&self) -> VertexAiSearchDataStoreSpec
fn clone(&self) -> VertexAiSearchDataStoreSpec
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 moreSource§impl Debug for VertexAiSearchDataStoreSpec
impl Debug for VertexAiSearchDataStoreSpec
Source§impl Default for VertexAiSearchDataStoreSpec
impl Default for VertexAiSearchDataStoreSpec
Source§fn default() -> VertexAiSearchDataStoreSpec
fn default() -> VertexAiSearchDataStoreSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VertexAiSearchDataStoreSpec
impl<'de> Deserialize<'de> for VertexAiSearchDataStoreSpec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VertexAiSearchDataStoreSpec
impl RefUnwindSafe for VertexAiSearchDataStoreSpec
impl Send for VertexAiSearchDataStoreSpec
impl Sync for VertexAiSearchDataStoreSpec
impl Unpin for VertexAiSearchDataStoreSpec
impl UnsafeUnpin for VertexAiSearchDataStoreSpec
impl UnwindSafe for VertexAiSearchDataStoreSpec
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