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