Class DocumentModelSummary
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary
Summary information 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 Date and time (UTC) when the document model will expire.Get the unique model identifier.Get the Service version used to create this document classifier.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.
-
getExpiresOn
Get the Date and time (UTC) when the document model will expire.- Returns:
- the expiresOn value.
-
getServiceVersion
Get the Service version used to create this document classifier.- Returns:
- the serviceVersion value.
-