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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.