UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de Document Understanding

Última actualización 19 de may. de 2026

Cargar archivo

UiPath.MLServices.Activities.MLStorageUpload

Descripción

Esta actividad utiliza los mismos principios de conexión al tenant de AI Center que la actividad de la habilidad ML. Una vez establecida la conexión, puedes seleccionar en qué proyecto y conjunto de datos quieres devolver los datos.

Nota:

El límite de tamaño para la actividad Cargar archivo es de 5 MB/archivo o 10 MB/lista de archivos.

Compatibilidad de proyectos

Windows-Legacy | Windows

Configuración

Panel del Diseñador

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

Modo de conexión: Robot

Figura 1. La actividad Cargar archivo cuando el modo de conexión se realiza a través de 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.

Modo de conexión: punto final

Figura 2. La actividad Cargar archivo cuando el modo de conexión se realiza a través de un punto final

  • 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.
Panel de propiedades

Común

  • ContinuarEnCasoDeError : especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleanos (Verdadero, Falso). El valor predeterminado es Falso. Como resultado, si el campo está vacío y se produce un error, la ejecución del proyecto se detiene. Si el valor se establece en Verdadero, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.

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

Entrada

  • 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.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Opción
  • 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.

Salida

  • 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.
  • Descripción
  • Compatibilidad de proyectos
  • Configuración

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado