EvaluationOutput interface
プロパティ
| creation |
作成時刻。 |
| end |
評価の終了時刻。 |
| evaluation |
評価の種類 (手動または自動最適化)。 |
| feature |
特徴の重要度。 |
| id | 評価の ID。 |
| job |
評価を処理するジョブの ID。 |
| name | 評価の名前。 |
| optimal |
最適なポリシー。 |
| policy |
評価の結果。 |
| start |
評価の開始時刻。 |
| status | 評価を処理しているジョブの状態。 |
プロパティの詳細
creationTime
作成時刻。
creationTime: string
プロパティ値
string
endTime
評価の終了時刻。
endTime: string
プロパティ値
string
evaluationType
評価の種類 (手動または自動最適化)。
evaluationType: "Manual" | "Auto"
プロパティ値
"Manual" | "Auto"
featureImportance
特徴の重要度。
featureImportance?: string[][]
プロパティ値
string[][]
id
評価の ID。
id: string
プロパティ値
string
jobId
評価を処理するジョブの ID。
jobId: string
プロパティ値
string
name
評価の名前。
name: string
プロパティ値
string
optimalPolicy
最適なポリシー。
optimalPolicy?: string
プロパティ値
string
policyResults
startTime
評価の開始時刻。
startTime: string
プロパティ値
string
status
評価を処理しているジョブの状態。
status: "completed" | "pending" | "failed" | "notSubmitted" | "timeout" | "optimalPolicyApplied" | "onlinePolicyRetained"
プロパティ値
"completed" | "pending" | "failed" | "notSubmitted" | "timeout" | "optimalPolicyApplied" | "onlinePolicyRetained"