Generative Classifier
UiPath.DocumentUnderstanding.ML.Activities.GenerativeClassifier
Generative Classifier
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Int32> |
✓ | ||
| RuntimeAssetPath | In | InArgument<String> |
|||
| RuntimeTenantUrl | In | InArgument<String> |
|||
| ReferenceDocumentId | Out | OutArgument<String> |
Generative Extractor
UiPath.DocumentUnderstanding.ML.Activities.GenerativeExtractor
Generative Extractor
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Int32> |
✓ | ||
| RuntimeAssetPath | In | InArgument<String> |
|||
| RuntimeTenantUrl | In | InArgument<String> |
|||
| ReferenceDocumentId | Out | OutArgument<String> |
Machine Learning Classifier Trainer
UiPath.DocumentUnderstanding.ML.Activities.MachineLearningClassifierTrainer
Classifier trainer activity that collects data for the Machine Learning Classifier service and makes it available for retraining.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Int32> |
✓ | ||
| PublicDatasetEndpoint | In | InArgument<String> |
|||
| PublicDatasetApiKey | In | InArgument<String> |
|||
| OutputFolder | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SelectedProject | property | String |
|
| SelectedDataset | property | String |
|
| RetryOnFailure | property | Boolean |
|
| SaveOriginalFiles | property | Boolean |
Machine Learning Extractor Trainer
UiPath.DocumentUnderstanding.ML.Activities.MachineLearningExtractorTrainer
Extractor trainer activity that collects data for the Machine Learning extractor service and makes it available for retraining.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| OutputFolder | In | InArgument<String> |
|||
| Timeout | In | InArgument<Int32> |
✓ | ||
| PublicDatasetEndpoint | In | InArgument<String> |
|||
| PublicDatasetApiKey | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SelectedProject | property | String |
|
| SelectedDataset | property | String |
|
| RetryOnFailure | property | Boolean |
Machine Learning Splitter (Private Preview)
UiPath.DocumentUnderstanding.ML.Activities.MachineLearningSplitter
Activity that is using a machine learning model to split a document into subdocuments
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Endpoint | In | InArgument<String> |
|||
| ApiKey | In | InArgument<String> |
✓ | ||
| DocumentObjectModel | In | InArgument<UiPath.DocumentProcessing.Contracts.Dom.Document> |
✓ | ||
| DocumentText | In | InArgument<String> |
✓ | ||
| DocumentPath | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| DocumentSplittingResults | Out | OutArgument<UiPath.DocumentProcessing.Contracts.Results.DocumentSplittingResult[]> |
|||
| ClassificationResults | Out | OutArgument<UiPath.DocumentProcessing.Contracts.Results.ClassificationResult[]> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| SelectedMLSkill | property | String |
|
| Configuration | property | String |