pub struct ResponsesTarget {
pub upstream_id: &'static str,
pub path: &'static str,
}Expand description
Where a model sits on the bedrock-mantle Responses API.
Fields§
§upstream_id: &'static strThe id mantle expects, which drops the InvokeModel version suffix.
path: &'static strPath under the mantle host. The GPT-5 family serves on /openai/v1/responses,
the open-weight models on /v1/responses.
Trait Implementations§
Source§impl Clone for ResponsesTarget
impl Clone for ResponsesTarget
Source§fn clone(&self) -> ResponsesTarget
fn clone(&self) -> ResponsesTarget
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 ResponsesTarget
Source§impl Debug for ResponsesTarget
impl Debug for ResponsesTarget
impl Eq for ResponsesTarget
Source§impl PartialEq for ResponsesTarget
impl PartialEq for ResponsesTarget
impl StructuralPartialEq for ResponsesTarget
Auto Trait Implementations§
impl Freeze for ResponsesTarget
impl RefUnwindSafe for ResponsesTarget
impl Send for ResponsesTarget
impl Sync for ResponsesTarget
impl Unpin for ResponsesTarget
impl UnsafeUnpin for ResponsesTarget
impl UnwindSafe for ResponsesTarget
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§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.