google_api_prediction v0.0.1
GoogleApi.Prediction.V16.Model.Insert
View Source
Attributes
- id (String): The unique name for the predictive model. Defaults to:
null
.
- modelType (String): Type of predictive model (classification or regression). Defaults to:
null
.
- sourceModel (String): The Id of the model to be copied over. Defaults to:
null
.
- storageDataLocation (String): Google storage location of the training data file. Defaults to:
null
.
- storagePMMLLocation (String): Google storage location of the preprocessing pmml file. Defaults to:
null
.
- storagePMMLModelLocation (String): Google storage location of the pmml model file. Defaults to:
null
.
- trainingInstances (List[InsertTrainingInstances]): Instances to train model on. Defaults to:
null
.
- utility (List[Map[String, Float]]): A class weighting function, which allows the importance weights for class labels to be specified (Categorical models only). Defaults to:
null
.