次の方法で共有


DocumentModelSummary クラス

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary

public final class DocumentModelSummary

構築済みモデルと事前構築済みモデルの概要情報。

コンストラクターの概要

コンストラクター 説明
DocumentModelSummary()

ドキュメントモデルの概要オブジェクトを作成します。

メソッドの概要

修飾子と型 メソッドと説明
OffsetDateTime getCreatedOn()

作成された DateTime プロパティを取得します。モデルが作成されたときの日付と時刻 (UTC)。

String getDescription()

description プロパティを取得します:モデルの説明。

OffsetDateTime getExpiresOn()

ドキュメント モデルの有効期限が切れる日時 (UTC) を取得します。

String getModelId()

一意のモデル識別子を取得します。

String getServiceVersion()

このドキュメント分類子の作成に使用されるサービス バージョンを取得します。

Map<String,String> getTags()

モデルに関連付けられているユーザー定義の属性を取得します。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

DocumentModelSummary

public DocumentModelSummary()

DocumentModelSummary オブジェクトを作成します。

メソッドの詳細

getCreatedOn

public OffsetDateTime getCreatedOn()

createdDateTime プロパティを取得します。モデルが作成されたときの日付と時刻 (UTC)。

Returns:

createdDateTime 値。

getDescription

public String getDescription()

description プロパティを取得します:モデルの説明。

Returns:

説明の値。

getExpiresOn

public OffsetDateTime getExpiresOn()

ドキュメント モデルの有効期限が切れる日時 (UTC) を取得します。

Returns:

expiresOn 値。

getModelId

public String getModelId()

一意のモデル識別子を取得します。

Returns:

modelId 値。

getServiceVersion

public String getServiceVersion()

このドキュメント分類子の作成に使用されるサービス バージョンを取得します。

Returns:

serviceVersion 値。

getTags

public Map getTags()

モデルに関連付けられているユーザー定義の属性を取得します。

Returns:

タグの値。

適用対象