pub struct VertexConfig {
pub project: String,
pub location: String,
pub credentials: Option<VertexCredentials>,
}Expand description
Vertex AI 配置。
Fields§
§project: String§location: String§credentials: Option<VertexCredentials>Trait Implementations§
Source§impl Clone for VertexConfig
impl Clone for VertexConfig
Source§fn clone(&self) -> VertexConfig
fn clone(&self) -> VertexConfig
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 VertexConfig
impl RefUnwindSafe for VertexConfig
impl Send for VertexConfig
impl Sync for VertexConfig
impl Unpin for VertexConfig
impl UnsafeUnpin for VertexConfig
impl UnwindSafe for VertexConfig
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