pub enum ServiceTier {
Standard,
Priority,
}Expand description
Gemini inference service tier.
Variants§
Standard
Standard synchronous pricing and scheduling.
Priority
Priority scheduling at Google’s higher published prices.
Trait Implementations§
Source§impl Clone for ServiceTier
impl Clone for ServiceTier
Source§fn clone(&self) -> ServiceTier
fn clone(&self) -> ServiceTier
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 moreimpl Copy for ServiceTier
Source§impl Debug for ServiceTier
impl Debug for ServiceTier
Source§impl Default for ServiceTier
impl Default for ServiceTier
Source§fn default() -> ServiceTier
fn default() -> ServiceTier
Returns the “default value” for a type. Read more
impl Eq for ServiceTier
Source§impl Hash for ServiceTier
impl Hash for ServiceTier
Source§impl PartialEq for ServiceTier
impl PartialEq for ServiceTier
impl StructuralPartialEq for ServiceTier
Auto Trait Implementations§
impl Freeze for ServiceTier
impl RefUnwindSafe for ServiceTier
impl Send for ServiceTier
impl Sync for ServiceTier
impl Unpin for ServiceTier
impl UnsafeUnpin for ServiceTier
impl UnwindSafe for ServiceTier
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