google_api_prediction v0.0.1
GoogleApi.Prediction.V16.Model.Insert2
View Source
Attributes
- created (DateTime): Insert time of the model (as a RFC 3339 timestamp). Defaults to:
null
.
- id (String): The unique name for the predictive model. Defaults to:
null
.
- kind (String): What kind of resource this is. Defaults to:
null
.
- modelInfo (Insert2ModelInfo): Defaults to:
null
.
- modelType (String): Type of predictive model (CLASSIFICATION or REGRESSION). Defaults to:
null
.
- selfLink (String): A URL to re-request this resource. 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
.
- trainingComplete (DateTime): Training completion time (as a RFC 3339 timestamp). Defaults to:
null
.
- trainingStatus (String): The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND Defaults to:
null
.