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

public final class DocumentModelSummary extends Object
Summary information for the built and prebuilt models.
  • Constructor Details

    • DocumentModelSummary

      public DocumentModelSummary()
  • Method Details

    • getModelId

      public String getModelId()
      Get the unique model identifier.
      Returns:
      the modelId value.
    • getDescription

      public String getDescription()
      Get the description property: Model description.
      Returns:
      the description value.
    • getCreatedOn

      public OffsetDateTime getCreatedOn()
      Get the createdDateTime property: Date and time (UTC) when the model was created.
      Returns:
      the createdDateTime value.
    • getTags

      public Map<String,String> getTags()
      Get the user defined attributes associated with the model.
      Returns:
      the tags value.
    • getExpiresOn

      public OffsetDateTime getExpiresOn()
      Get the Date and time (UTC) when the document model will expire.
      Returns:
      the expiresOn value.
    • getServiceVersion

      public String getServiceVersion()
      Get the Service version used to create this document classifier.
      Returns:
      the serviceVersion value.