CreateComposedModelOptions Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.models.CreateComposedModelOptions

public final class CreateComposedModelOptions

The configurable options to pass when creating a composed model.

Constructor Summary

Constructor Description
CreateComposedModelOptions()

Create a CreateComposedModelOptions instance.

Method Summary

Modifier and Type Method and Description
String getModelName()

Get the optional model name defined by the user.

CreateComposedModelOptions 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