DocumentModelSummary クラス
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentModelSummary
- com.
public final class DocumentModelSummary
構築済みモデルと事前構築済みモデルの概要情報。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
DocumentModelSummary() |
ドキュメント |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Offset |
getCreatedOn()
作成 |
String |
getDescription()
description プロパティを取得します:モデルの説明。 |
Offset |
getExpiresOn()
ドキュメント モデルの有効期限が切れる日時 (UTC) を取得します。 |
String |
getModelId()
一意のモデル識別子を取得します。 |
String |
getServiceVersion()
このドキュメント分類子の作成に使用されるサービス バージョンを取得します。 |
Map<String,String> |
getTags()
モデルに関連付けられているユーザー定義の属性を取得します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
DocumentModelSummary
public DocumentModelSummary()
DocumentModelSummary オブジェクトを作成します。
メソッドの詳細
getCreatedOn
public OffsetDateTime getCreatedOn()
createdDateTime プロパティを取得します。モデルが作成されたときの日付と時刻 (UTC)。
Returns:
getDescription
public String getDescription()
description プロパティを取得します:モデルの説明。
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
ドキュメント モデルの有効期限が切れる日時 (UTC) を取得します。
Returns:
getModelId
public String getModelId()
一意のモデル識別子を取得します。
Returns:
getServiceVersion
public String getServiceVersion()
このドキュメント分類子の作成に使用されるサービス バージョンを取得します。
Returns:
getTags
public Map
モデルに関連付けられているユーザー定義の属性を取得します。
Returns:
適用対象
Azure SDK for Java