pub type BatchInvokeResult = Vec<(WorkerId, Result<DecisionResponse, BatchInvokeError>)>;Expand description
Batch 推論結果
Aliased Type§
pub struct BatchInvokeResult { /* private fields */ }pub type BatchInvokeResult = Vec<(WorkerId, Result<DecisionResponse, BatchInvokeError>)>;Batch 推論結果
pub struct BatchInvokeResult { /* private fields */ }