pub struct FailureBucketArtifact {Show 13 fields
pub schema_version: String,
pub kind: String,
pub plan_id: String,
pub variant: String,
pub mode: String,
pub model_id: Option<String>,
pub prompt_hash: Option<String>,
pub temperature: f32,
pub promotion_dependency_allowed: bool,
pub total_failures: u32,
pub buckets: Vec<FailureBucket>,
pub computed_at: String,
pub artifact_hash: String,
}Fieldsยง
ยงschema_version: Stringยงkind: Stringยงplan_id: Stringยงvariant: Stringยงmode: Stringยงmodel_id: Option<String>ยงprompt_hash: Option<String>ยงtemperature: f32ยงpromotion_dependency_allowed: boolยงtotal_failures: u32ยงbuckets: Vec<FailureBucket>ยงcomputed_at: Stringยงartifact_hash: StringTrait Implementationsยง
Sourceยงimpl Clone for FailureBucketArtifact
impl Clone for FailureBucketArtifact
Sourceยงfn clone(&self) -> FailureBucketArtifact
fn clone(&self) -> FailureBucketArtifact
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Debug for FailureBucketArtifact
impl Debug for FailureBucketArtifact
Sourceยงimpl<'de> Deserialize<'de> for FailureBucketArtifact
impl<'de> Deserialize<'de> for FailureBucketArtifact
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementationsยง
impl Freeze for FailureBucketArtifact
impl RefUnwindSafe for FailureBucketArtifact
impl Send for FailureBucketArtifact
impl Sync for FailureBucketArtifact
impl Unpin for FailureBucketArtifact
impl UnsafeUnpin for FailureBucketArtifact
impl UnwindSafe for FailureBucketArtifact
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