UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités Document Understanding

Télécharger le fichier

UiPath.MLServices.Activities.MLStorageUpload

Description

Cette activité utilise les mêmes principes de connexion à votre locataire AI Center que l'activité Compétence ML. Une fois la connexion établie, vous pouvez sélectionner le projet et l'ensemble de données dans lesquels vous souhaitez renvoyer les données.

Remarque :

La limite de taille pour l’activité Charger le fichier est de 5 Mo/fichier ou de 10 Mo/liste de fichiers.

Compatibilité du projet

Windows - Héritage | Windows

Configuration

Module Designer

Depending on the chosen Connection mode, you can configure several essential properties directly from the body of the activity.

Mode de connexion : Robot

Figure 1. L’activité Charger le fichier lorsque le mode de connexion est effectué via un Robot

  • Project - Retrieves the list of available projects and allows you to select the project to which you want to send data.
  • Dataset - Retrieves the list of datasets in the selected project and allows you to select the dataset to which you want to send data.
  • Path into dataset - Allows you to specify the internal path within the dataset where you want to upload your file.
  • File - The local path of the file you want to upload.

Mode de connexion : Point de terminaison

Image 2. L’activité Charger le fichier lorsque le mode de connexion passe par un point de terminaison

  • Dataset Url - The URL of the dataset where the file should be uploaded to. For instance, you can type https://aicentercom/j123/invoices in the Advanced Editor. Once public, it is visible in the Dataset detail page.
  • API Key - The API Key of the dataset where the file should be uploaded to. Once public, it is visible in the Dataset detail page.
  • Path into dataset - Allows you to specify the internal path within the dataset where you want to upload your file.
  • File - The local path of the file you want to upload.
Panneau propriétés

Commun

  • ContinuerSurErreur (ContinueOnError) : spécifie si l’automatisation doit se poursuivre même lorsque l’activité génère une erreur. Ce champ prend uniquement en charge les valeurs booléennes (Vrai (True), Faux (False). La valeur par défaut est False. Par conséquent, si le champ est vide et qu’une erreur est générée, l’exécution du projet s’arrête. Si le champ indique au contraire True, l’exécution du projet se poursuit même en cas d’erreur.
    Remarque :

    Si cette activité est incluse dans Tenter de capturer (Try Catch) et que la valeur de la propriété Poursuite sur erreur (ContinueOnError) est True, aucune erreur n'est détectée lors de l'exécution du projet.

  • DisplayName - The display name of the activity. This field supports only String variables.

Entrée

  • API Key - The API Key of the dataset where the file should be uploaded to. This field supports only String variables
  • Connection mode - The desired type of connection (Robot or Endpoint)
    • Robot - Upload by selecting project and dataset.
    • Endpoint - Upload to a dataset exposed through an endpoint.
  • DatasetPath - The folder path within the dataset you want to use with this activity. This field supports only String variables.
  • DatasetUrl - The URL of the dataset where the file should be uploaded to. This field supports only String variables.
  • FileName - Specifies a new name for the file name when uploaded to the storage. If this field is left empty, the default file name is used. This field supports only String variables.
  • LocalFilePath - The full path of the local file that you want to upload to the storage. This field supports only String variables.

Divers

  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).
Option
  • UniqueName - Selecting this box automatically renames the file and gives it a unique name. The format used for the new name is <FileNameWithoutExtension>-<RobotType>-<RobotId>-<epoch>.<extension>. By default, this check box is cleared.

Sortie

  • FileName - The file name that was used to save the file in storage, stored in a String variable. This field supports only strings and String variables.
  • Headers - The headers returned by the ML Skill request.
  • StatusCode - The Status Code returned by the ML Skill request, stored in an Int32 variable. This field supports only Int32 variables.
  • Description
  • Compatibilité du projet
  • Configuration

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour