Skip to main content

BatchInvokeResult

Type Alias BatchInvokeResult 

Source
pub type BatchInvokeResult = Vec<(WorkerId, Result<DecisionResponse, BatchInvokeError>)>;
Expand description

Batch 推論結果

Aliased Type§

pub struct BatchInvokeResult { /* private fields */ }