Class CreateComposedModelOptions
java.lang.Object
com.azure.ai.formrecognizer.models.CreateComposedModelOptions
The configurable options to pass when creating a composed model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the optional model name defined by the user.setModelName
(String modelName) Set the optional model name defined by the user.
-
Constructor Details
-
CreateComposedModelOptions
public CreateComposedModelOptions()
-
-
Method Details
-
getModelName
Get the optional model name defined by the user.- Returns:
- the modelName.
-
setModelName
Set the optional model name defined by the user.- Parameters:
modelName
- the user defined model name to set.- Returns:
- the updated
CreateComposedModelOptions
value.
-