CreateComposedModelOptions Class
- java.
lang. Object - com.
azure. ai. formrecognizer. models. CreateComposedModelOptions
- com.
public final class CreateComposedModelOptions
The configurable options to pass when creating a composed model.
Constructor Summary
Constructor | Description |
---|---|
CreateComposedModelOptions() |
Create a Create |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getModelName()
Get the optional model name defined by the user. |
Create |
setModelName(String modelName)
Set the optional model name defined by the user. |
Methods inherited from java.lang.Object
Constructor Details
CreateComposedModelOptions
public CreateComposedModelOptions()
Create a CreateComposedModelOptions instance.
Method Details
getModelName
public String getModelName()
Get the optional model name defined by the user.
Returns:
the modelName.
setModelName
public CreateComposedModelOptions setModelName(String modelName)
Set the optional model name defined by the user.
Parameters:
modelName
- the user defined model name to set.
Returns:
the updated
CreateComposedModelOptions
value.Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java