Example
タイプパラメーター
階層
-
WeaveObject↳Evaluation
目次
コンストラクタ
プロパティ
アクセサ
Methods
コンストラクタ
コンストラクタ
R, E, M>(parameters): 評価<R, E, M>
型パラメーター
パラメーター
戻り値
評価<R, E, M>
オーバーライド
定義場所
プロパティ
__savedRef
Optional __savedRef: ObjectRef | Promise<ObjectRef>
継承元
定義場所
アクセサ
description
get description(): undefined | string
戻り値
undefined | string
継承元
定義場所
名
get name(): string
戻り値
string
継承元
定義場所
Methods
evaluate
«destructured»): Promise<Record<string, any>>
パラメーター
戻り値
Promise<Record<string, any>>
定義場所
predictAndScore
«destructured»): Promise<{ model_latency: number = modelLatency; model_output: any = modelOutput; model_success: boolean = !modelError; scores: { [key: string]: any; } }>
パラメーター
戻り値
Promise<{ model_latency: number = modelLatency; model_output: any = modelOutput; model_success: boolean = !modelError; scores: { [key: string]: any; } }>
定義場所
saveAttrs
Object
戻り値
Object