TrainingDocumentInfo クラス
カスタム モデルのトレーニングに使用される個々のドキュメントのレポート。
バージョン v2.1 の新機能: model_id プロパティ、 to_dict メソッドと from_dict メソッドのサポート
- 継承
-
builtins.objectTrainingDocumentInfo
コンストラクター
TrainingDocumentInfo(**kwargs: Any)
メソッド
from_dict |
TrainingDocumentInfo の図形のディクテーションをモデル自体に変換します。 |
to_dict |
TrainingDocumentInfo の dict 表現を返します。 |
from_dict
TrainingDocumentInfo の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict) -> TrainingDocumentInfo
パラメーター
戻り値
TrainingDocumentInfo
の戻り値の型 :
to_dict
属性
errors
ドキュメントのエラーの一覧。
errors: List[FormRecognizerError]
model_id
ドキュメントをトレーニングに使用したモデル ID。
model_id: str
name
ドキュメントの名前。
name: str
page_count
トレーニングされたページの合計数。
page_count: int
status
TrainingStatusトレーニング操作の 。 指定できる値は、'succeeded'、'partiallySucceed'、'failed' です。
status: str
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python