pub struct EvalRunOutputItemsResource { /* private fields */ }Expand description
EN: Eval Run Output Items API resource. 中文:Eval Run Output Items API 资源。
Implementations§
Source§impl EvalRunOutputItemsResource
impl EvalRunOutputItemsResource
Sourcepub async fn list(&self) -> Result<EvalRunOutputItemPage, LingerError>
pub async fn list(&self) -> Result<EvalRunOutputItemPage, LingerError>
EN: Lists eval run output items. 中文:列出 eval run output item。
Sourcepub async fn retrieve(
&self,
output_item_id: &str,
) -> Result<EvalRunOutputItem, LingerError>
pub async fn retrieve( &self, output_item_id: &str, ) -> Result<EvalRunOutputItem, LingerError>
EN: Retrieves an eval run output item. 中文:获取 eval run output item。
Trait Implementations§
Source§impl Clone for EvalRunOutputItemsResource
impl Clone for EvalRunOutputItemsResource
Source§fn clone(&self) -> EvalRunOutputItemsResource
fn clone(&self) -> EvalRunOutputItemsResource
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 !RefUnwindSafe for EvalRunOutputItemsResource
impl !UnwindSafe for EvalRunOutputItemsResource
impl Freeze for EvalRunOutputItemsResource
impl Send for EvalRunOutputItemsResource
impl Sync for EvalRunOutputItemsResource
impl Unpin for EvalRunOutputItemsResource
impl UnsafeUnpin for EvalRunOutputItemsResource
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