/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Prediction
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Prediction/Insert2.php (3104B)
created = $created;
}
public function getCreated()
{
return $this->created;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Prediction_Insert2ModelInfo
*/
public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelInfo)
{
$this->modelInfo = $modelInfo;
}
/**
* @return Google_Service_Prediction_Insert2ModelInfo
*/
public function getModelInfo()
{
return $this->modelInfo;
}
public function setModelType($modelType)
{
$this->modelType = $modelType;
}
public function getModelType()
{
return $this->modelType;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
public function setStorageDataLocation($storageDataLocation)
{
$this->storageDataLocation = $storageDataLocation;
}
public function getStorageDataLocation()
{
return $this->storageDataLocation;
}
public function setStoragePMMLLocation($storagePMMLLocation)
{
$this->storagePMMLLocation = $storagePMMLLocation;
}
public function getStoragePMMLLocation()
{
return $this->storagePMMLLocation;
}
public function setStoragePMMLModelLocation($storagePMMLModelLocation)
{
$this->storagePMMLModelLocation = $storagePMMLModelLocation;
}
public function getStoragePMMLModelLocation()
{
return $this->storagePMMLModelLocation;
}
public function setTrainingComplete($trainingComplete)
{
$this->trainingComplete = $trainingComplete;
}
public function getTrainingComplete()
{
return $this->trainingComplete;
}
public function setTrainingStatus($trainingStatus)
{
$this->trainingStatus = $trainingStatus;
}
public function getTrainingStatus()
{
return $this->trainingStatus;
}
}