GetModelInfo

Estimated reading: 1 minute 2258 views

This activity is used to get the model info from the train model activity. The Get model info activity gives us the model ID which is used to analyze custom forms.

Properties

INPUT

ModelLocationUrl:* Specify the model location URL which was derived in the output box of the train model activity.

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False.”
True: Continues the workflow to the next step.
False: Stops the workflow and throws an error.

Version: It specifies the version of the AzureAIFormRecogniser feature in use.

OUTPUT

OutputJson: This is not a mandatory field. However, to see the model info declare a variable here to see the output in an output box.

Result: Declare a variable here to validate the activity. It accepts only Boolean value. This is not mandatory field.

* Represents mandatory fields to execute the workflow.

Share this Doc

GetModelInfo

Or copy link

CONTENTS