pub struct GetExternalAiModelCheck<'a> { /* private fields */ }Expand description
Builder for Client::get_external_ai_model_check
Implementations§
Source§impl<'a> GetExternalAiModelCheck<'a>
impl<'a> GetExternalAiModelCheck<'a>
pub fn new(client: &'a Client) -> Self
pub fn id<V>(self, value: V) -> Selfwhere
V: TryInto<GetExternalAiModelCheckId>,
pub fn check_id<V>(self, value: V) -> Self
pub fn workspace<V>(self, value: V) -> Selfwhere
V: TryInto<GetExternalAiModelCheckWorkspace>,
Sourcepub async fn send(
self,
) -> Result<ResponseValue<ExternalAiModelCheck>, Error<ApiError>>
pub async fn send( self, ) -> Result<ResponseValue<ExternalAiModelCheck>, Error<ApiError>>
Sends a GET request to /v1/deployment-groups/{id}/ai/external/model-checks/{checkId}
Trait Implementations§
Source§impl<'a> Clone for GetExternalAiModelCheck<'a>
impl<'a> Clone for GetExternalAiModelCheck<'a>
Source§fn clone(&self) -> GetExternalAiModelCheck<'a>
fn clone(&self) -> GetExternalAiModelCheck<'a>
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 moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for GetExternalAiModelCheck<'a>
impl<'a> !UnwindSafe for GetExternalAiModelCheck<'a>
impl<'a> Freeze for GetExternalAiModelCheck<'a>
impl<'a> Send for GetExternalAiModelCheck<'a>
impl<'a> Sync for GetExternalAiModelCheck<'a>
impl<'a> Unpin for GetExternalAiModelCheck<'a>
impl<'a> UnsafeUnpin for GetExternalAiModelCheck<'a>
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