Skip to main content

GenaiGetEvaluationRunResponseEvaluationRun

Struct GenaiGetEvaluationRunResponseEvaluationRun 

Source
pub struct GenaiGetEvaluationRunResponseEvaluationRun {
Show 23 fields pub agent_deleted: Option<bool>, pub agent_deployment_name: Option<String>, pub agent_name: Option<String>, pub agent_uuid: Option<String>, pub agent_version_hash: Option<String>, pub agent_workspace_uuid: Option<String>, pub created_by_user_email: Option<String>, pub created_by_user_id: Option<String>, pub error_description: Option<String>, pub evaluation_run_uuid: Option<String>, pub evaluation_test_case_workspace_uuid: Option<String>, pub finished_at: Option<DateTime<Utc>>, pub pass_status: Option<bool>, pub queued_at: Option<DateTime<Utc>>, pub run_level_metric_results: Vec<Map<String, Value>>, pub run_name: Option<String>, pub star_metric_result: Map<String, Value>, pub started_at: Option<DateTime<Utc>>, pub status: Map<String, Value>, pub test_case_description: Option<String>, pub test_case_name: Option<String>, pub test_case_uuid: Option<String>, pub test_case_version: Option<i64>,
}
Expand description

GenaiGetEvaluationRunResponseEvaluationRun

JSON schema
{
 "type": "object",
 "properties": {
   "agent_deleted": {
     "description": "Whether agent is deleted",
     "examples": [
       true
     ],
     "type": "boolean"
   },
   "agent_deployment_name": {
     "description": "The agent deployment name",
     "examples": [
       "example name"
     ],
     "type": "string"
   },
   "agent_name": {
     "description": "Agent name",
     "examples": [
       "example name"
     ],
     "type": "string"
   },
   "agent_uuid": {
     "description": "Agent UUID.",
     "examples": [
       "123e4567-e89b-12d3-a456-426614174000"
     ],
     "type": "string"
   },
   "agent_version_hash": {
     "description": "Version hash",
     "examples": [
       "example string"
     ],
     "type": "string"
   },
   "agent_workspace_uuid": {
     "description": "Agent workspace uuid",
     "examples": [
       "123e4567-e89b-12d3-a456-426614174000"
     ],
     "type": "string"
   },
   "created_by_user_email": {
     "examples": [
       "example@example.com"
     ],
     "type": "string"
   },
   "created_by_user_id": {
     "examples": [
       "12345"
     ],
     "type": "string",
     "format": "uint64"
   },
   "error_description": {
     "description": "The error description",
     "examples": [
       "example string"
     ],
     "type": "string"
   },
   "evaluation_run_uuid": {
     "description": "Evaluation run UUID.",
     "examples": [
       "123e4567-e89b-12d3-a456-426614174000"
     ],
     "type": "string"
   },
   "evaluation_test_case_workspace_uuid": {
     "description": "Evaluation test case workspace uuid",
     "examples": [
       "123e4567-e89b-12d3-a456-426614174000"
     ],
     "type": "string"
   },
   "finished_at": {
     "description": "Run end time.",
     "examples": [
       "2023-01-01T00:00:00Z"
     ],
     "type": "string",
     "format": "date-time"
   },
   "pass_status": {
     "description": "The pass status of the evaluation run based on the star metric.",
     "examples": [
       true
     ],
     "type": "boolean"
   },
   "queued_at": {
     "description": "Run queued time.",
     "examples": [
       "2023-01-01T00:00:00Z"
     ],
     "type": "string",
     "format": "date-time"
   },
   "run_level_metric_results": {
     "type": "array",
     "items": {
       "description": "Auto-generated fallback definition for: apiEvaluationMetricResult",
       "type": "object",
       "additionalProperties": true
     }
   },
   "run_name": {
     "description": "Run name.",
     "examples": [
       "example name"
     ],
     "type": "string"
   },
   "star_metric_result": {
     "description": "Auto-generated fallback definition for: apiEvaluationMetricResult",
     "type": "object",
     "additionalProperties": true
   },
   "started_at": {
     "description": "Run start time.",
     "examples": [
       "2023-01-01T00:00:00Z"
     ],
     "type": "string",
     "format": "date-time"
   },
   "status": {
     "description": "Auto-generated fallback definition for: apiEvaluationRunStatus",
     "type": "object",
     "additionalProperties": true
   },
   "test_case_description": {
     "description": "Test case description.",
     "examples": [
       "example string"
     ],
     "type": "string"
   },
   "test_case_name": {
     "description": "Test case name.",
     "examples": [
       "example name"
     ],
     "type": "string"
   },
   "test_case_uuid": {
     "description": "Test-case UUID.",
     "examples": [
       "123e4567-e89b-12d3-a456-426614174000"
     ],
     "type": "string"
   },
   "test_case_version": {
     "description": "Test-case-version.",
     "examples": [
       123
     ],
     "type": "integer",
     "format": "int64"
   }
 }
}

Fields§

§agent_deleted: Option<bool>

Whether agent is deleted

§agent_deployment_name: Option<String>

The agent deployment name

§agent_name: Option<String>

Agent name

§agent_uuid: Option<String>

Agent UUID.

§agent_version_hash: Option<String>

Version hash

§agent_workspace_uuid: Option<String>

Agent workspace uuid

§created_by_user_email: Option<String>§created_by_user_id: Option<String>§error_description: Option<String>

The error description

§evaluation_run_uuid: Option<String>

Evaluation run UUID.

§evaluation_test_case_workspace_uuid: Option<String>

Evaluation test case workspace uuid

§finished_at: Option<DateTime<Utc>>

Run end time.

§pass_status: Option<bool>

The pass status of the evaluation run based on the star metric.

§queued_at: Option<DateTime<Utc>>

Run queued time.

§run_level_metric_results: Vec<Map<String, Value>>§run_name: Option<String>

Run name.

§star_metric_result: Map<String, Value>

Auto-generated fallback definition for: apiEvaluationMetricResult

§started_at: Option<DateTime<Utc>>

Run start time.

§status: Map<String, Value>

Auto-generated fallback definition for: apiEvaluationRunStatus

§test_case_description: Option<String>

Test case description.

§test_case_name: Option<String>

Test case name.

§test_case_uuid: Option<String>

Test-case UUID.

§test_case_version: Option<i64>

Test-case-version.

Trait Implementations§

Source§

impl Clone for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn clone(&self) -> GenaiGetEvaluationRunResponseEvaluationRun

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl From<&GenaiGetEvaluationRunResponseEvaluationRun> for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn from(value: &GenaiGetEvaluationRunResponseEvaluationRun) -> Self

Converts to this type from the input type.
Source§

impl Serialize for GenaiGetEvaluationRunResponseEvaluationRun

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more