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.
UiPath logo, featuring letters U and I in white

Guia do usuário do Marketplace

Última atualização 30 de mar de 2026

Predict

docs image

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 - *(Optional)
  • The URL of your DataRobot host. Defaults to https://app.datarobot.com if no value is provided.
  • 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.

docs image

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:

FeatureValue (String) - The value this feature held in the input data.

Strength (Double) - A numerical indication of how strongly this feature correlated to the predicted value.

Feature (String) - The name of this feature.

QualitativeStrength (String) - A visual representation of how strongly this feature correlates with the predicted value. Possible values are ---, --, -, , +, ++, +++.

  • 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