Class DocumentModelSummary
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Model summary for the built and prebuilt models.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the createdDateTime property: Date and time (UTC) when the model was created.Get the description property: Model description.Get the unique model identifier.getTags()
Get the user defined attributes associated with the model.
-
Constructor Details
-
DocumentModelSummary
public DocumentModelSummary()
-
-
Method Details
-
getModelId
Get the unique model identifier.- Returns:
- the modelId value.
-
getDescription
Get the description property: Model description.- Returns:
- the description value.
-
getCreatedOn
Get the createdDateTime property: Date and time (UTC) when the model was created.- Returns:
- the createdDateTime value.
-
getTags
Get the user defined attributes associated with the model.- Returns:
- the tags value.
-