UiPath Documentation
marketplace
latest
false
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário do Marketplace

Última atualização 20 de mai de 2026

Predict

UiPath.DataRobot.Activities.Predict

Após um modelo de machine learning ser implantado no servidor DataRobot, essa atividade o utiliza para prever o recurso de destino com base em um único conjunto de dados.

Propriedades

Comum

  • DisplayName - O nome de exibição da atividade.

Credenciais

  • Password - The password used to log into DataRobot.
  • URL - *(Opcional)
  • A URL do seu host DataRobot. O padrão é https://app.datarobot.com se nenhum valor for informado.
  • Username - The username used to log into DataRobot.

Entrada

  • Data - The local path of the data file used to predict the target feature. This file must contain tabular data (e.g. a .csv file) with each line missing a value for the target feature.
  • Deployment - The name of the deployed model used to predict the target feature.

Saída

  • Predictions - The predicted values of the target feature as a Prediction[].

Os objetos Prediction contêm os seguintes campos:

* **Value** (`String`) - The predicted value for the model's target feature.
* **Confidence** (`Double`) - The confidence, as a value between 0 and 1, that the predicted value is correct.
* **PredictionExplanation** (`Explanation[ ]`) - An array of features used to train the model and the degree to which they influence the predicted value.
* **Value** (`String`) - The predicted value for the model's target feature.
* **Confidence** (`Double`) - The confidence, as a value between 0 and 1, that the predicted value is correct.
* **PredictionExplanation** (`Explanation[ ]`) - An array of features used to train the model and the degree to which they influence the predicted value.

Os objetos Explanation contêm os seguintes campos:

ValorDaRecurso (String) — o valor que essa funcionalidade mantém nos dados de entrada.

Força (Double) — uma indicação numérica de quão fortemente essa funcionalidade está correlacionada com o valor previsto.

Recurso (String) — o nome deste recurso.

QualitativeStrength (String) - Uma representação visual de quão fortemente essa funcionalidade se correlaciona com o valor previsto. Os valores possíveis são ---, --, -, , +, ++, +++.

  • Propriedades
  • Comum
  • Credenciais
  • Entrada
  • Saída

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