DocumentModelSummary Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentModelSummary
- com.
public final class DocumentModelSummary
Summary information for the built and prebuilt models.
Constructor Summary
Constructor | Description |
---|---|
DocumentModelSummary() |
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreatedOn()
Get the created |
String |
getDescription()
Get the description property: Model description. |
Offset |
getExpiresOn()
Get the Date and time (UTC) when the document model will expire. |
String |
getModelId()
Get the unique model identifier. |
String |
getServiceVersion()
Get the Service version used to create this document classifier. |
Map<String,String> |
getTags()
Get the user defined attributes associated with the model. |
Methods inherited from java.lang.Object
Constructor Details
DocumentModelSummary
public DocumentModelSummary()
Creates a DocumentModelSummary object.
Method Details
getCreatedOn
public OffsetDateTime getCreatedOn()
Get the createdDateTime property: Date and time (UTC) when the model was created.
Returns:
getDescription
public String getDescription()
Get the description property: Model description.
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
Get the Date and time (UTC) when the document model will expire.
Returns:
getModelId
public String getModelId()
Get the unique model identifier.
Returns:
getServiceVersion
public String getServiceVersion()
Get the Service version used to create this document classifier.
Returns:
getTags
public Map
Get the user defined attributes associated with the model.
Returns:
Applies to
Azure SDK for Java