Method GetPredictionTaskResult
GetPredictionTaskResult(String)
指定した名前のタスクの推論結果を取得します。
Declaration
public IPredictionTaskResult GetPredictionTaskResult(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | 名前 |
Returns
Type | Description |
---|---|
IPredictionTaskResult | タスクごとの推論結果 |