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

public final class DocumentModelSummary extends Object
Model summary 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.