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

public final class CopyAuthorizationOptions extends Object
Options that may be passed when copying models into the target Form Recognizer resource.
  • Constructor Details

    • CopyAuthorizationOptions

      public CopyAuthorizationOptions()
  • Method Details

    • getDescription

      public String getDescription()
      Get the model description.
      Returns:
      the model description value.
    • setDescription

      public CopyAuthorizationOptions setDescription(String description)
      Set the model description.
      Parameters:
      description - the model description value to set.
      Returns:
      the CopyAuthorizationOptions object itself.
    • getTags

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

      public CopyAuthorizationOptions setTags(Map<String,String> tags)
      Set the user defined attributes associated with the model.
      Parameters:
      tags - the tags value to set.
      Returns:
      the CopyAuthorizationOptions object itself.
    • getModelId

      public String getModelId()
      Get the unique model identifier for the model.
      Returns:
      the modelId
    • setModelId

      public CopyAuthorizationOptions setModelId(String modelId)
      Set the unique model identifier for the model. If not specified, a model ID will be created for you.
      Parameters:
      modelId - a unique model identifier
      Returns:
      the CopyAuthorizationOptions object itself.