Struct Runtime Handle
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct RuntimeHandle {
pub runtime_id: String,
pub runtime_binding: String,
pub agent_name: String,
pub harness: String,
pub adapter_kind: AdapterKind,
pub adapter_id: Option<String>,
pub environment: EnvironmentHandle,
}
Active or resumable harness runtime.
Fields
runtime_id: String
Runtime handle id.
runtime_binding: String
NeMo Fabric-owned opaque binding for this runtime handle.
agent_name: String
Agent name.
harness: String
Stable machine-readable harness identifier.
adapter_kind: AdapterKind
Adapter kind.
adapter_id: Option<String>
Adapter implementation id.
environment: EnvironmentHandle
Prepared environment.
Trait Implementations
impl Clone for RuntimeHandle
impl Clone for RuntimeHandle
clone
fn clone(&self) -> RuntimeHandle
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for RuntimeHandle
impl Debug for RuntimeHandle
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for RuntimeHandle
impl<'de> Deserialize<'de> for RuntimeHandle
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for RuntimeHandle
impl JsonSchema for RuntimeHandle
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for RuntimeHandle
impl PartialEq for RuntimeHandle
eq
fn eq(&self, other: &RuntimeHandle) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for RuntimeHandle
impl Serialize for RuntimeHandle
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for RuntimeHandle
impl StructuralPartialEq for RuntimeHandle