Uses of Class
com.azure.ai.formrecognizer.training.models.TrainingOptions
Packages that use TrainingOptions
Package
Description
Package containing form recognizer training clients for Azure Form Recognizer.
Package containing model classes for FormTrainingClient.
-
Uses of TrainingOptions in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training with parameters of type TrainingOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,CustomFormModel> FormTrainingAsyncClient.beginTraining(String trainingFilesUrl, boolean useTrainingLabels, TrainingOptions trainingOptions) Create and train a custom model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,CustomFormModel> FormTrainingClient.beginTraining(String trainingFilesUrl, boolean useTrainingLabels, TrainingOptions trainingOptions, com.azure.core.util.Context context) Create and train a custom model. -
Uses of TrainingOptions in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return TrainingOptionsModifier and TypeMethodDescriptionTrainingOptions.setModelName(String modelName) Set the optional model name defined by the user.TrainingOptions.setPollInterval(Duration pollInterval) Set the duration between each poll for the operation status.TrainingOptions.setTrainingFileFilter(TrainingFileFilter trainingFileFilter) Set the filter to apply to the documents in the source path for training.