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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java