UiPath Documentation
activities
latest
false

Atividades do Document Understanding

Última atualização 5 de mai de 2026

Fazer upload do arquivo

UiPath.MLServices.Activities.MLStorageUpload

Description

Esta atividade usa os mesmos princípios de conexão com seu locatário do AI Center como a atividade de habilidade de ML. Uma vez estabelecida a conexão, você pode selecionar em qual projeto e conjunto de dados deseja enviar os dados de volta.

Observação:

O limite de tamanho para a atividade Upload File é de 5 MB/arquivo ou 10 MB/lista de arquivos.

Compatibilidade do projeto

Windows-Legacy | Windows

Configuração

Painel do Designer

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

Modo de conexão: Robô

Figura 1. A atividade Carregar arquivo quando o modo de conexão é feito por meio de um UiPath Robot

A atividade Carregar arquivo quando o modo de conexão é feito por meio de um UiPath 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 conexão: Endpoint

Figura 2. A atividade Carregar arquivo quando o modo de conexão é feito por meio de um endpoint

A atividade Upload File quando o modo de conexão é feito por meio de um endpoint

  • 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.
Painel de Propriedades

Comum

  • ContinuarComErro — especifica se a automação deve continuar mesmo quando a atividade gera um erro. Este campo só aceita valores booleanos (True, False). O valor padrão é False. Como resultado, se o campo estiver em branco e um erro for lançado, a execução do projeto será interrompida. Se o valor for definido como True, a execução do projeto prosseguirá mesmo com erros.
    Observação:

    Se esta atividade estiver incluída em Try Catch e o valor da propriedade Continuar com erro for Verdadeiro, nenhum erro será capturado quando o projeto for executado.

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

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Opção
  • 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.

Saída

  • 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
  • Compatibilidade do projeto
  • Configuração

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades