google_api_prediction v0.0.1
GoogleApi.Prediction.V16.Model.Output
View Source
Attributes
- id (String): The unique name for the predictive model. Defaults to:
null
.
- kind (String): What kind of resource this is. Defaults to:
null
.
- outputLabel (String): The most likely class label (Categorical models only). Defaults to:
null
.
- outputMulti (List[OutputOutputMulti]): A list of class labels with their estimated probabilities (Categorical models only). Defaults to:
null
.
- outputValue (String): The estimated regression value (Regression models only). Defaults to:
null
.
- selfLink (String): A URL to re-request this resource. Defaults to:
null
.