CopyAuthorizationOptions Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. CopyAuthorizationOptions
- com.
public final class CopyAuthorizationOptions
The configurable options to pass when copying models into the target Form Recognizer resource.
Constructor Summary
Constructor | Description |
---|---|
CopyAuthorizationOptions() |
Create a Copy |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the model description. |
String |
getModelId()
Get the unique model identifier for the model. |
Map<String,String> |
getTags()
Get the user defined attributes associated with the model. |
Copy |
setDescription(String description)
Set the model description. |
Copy |
setModelId(String modelId)
Set the unique model identifier for the model. |
Copy |
setTags(Map<String,String> tags)
Set the user defined attributes associated with the model. |
Methods inherited from java.lang.Object
Constructor Details
CopyAuthorizationOptions
public CopyAuthorizationOptions()
Create a CopyAuthorizationOptions instance.
Method Details
getDescription
public String getDescription()
Get the model description.
Returns:
getModelId
public String getModelId()
Get the unique model identifier for the model.
Returns:
getTags
public Map
Get the user defined attributes associated with the model.
Returns:
setDescription
public CopyAuthorizationOptions setDescription(String description)
Set the model description.
Parameters:
Returns:
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:
Returns:
setTags
public CopyAuthorizationOptions setTags(Map
Set the user defined attributes associated with the model.
Parameters:
Returns:
Applies to
Azure SDK for Java