Home
last modified time | relevance | path

Searched refs:csvInstance (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_PredictionService.php503 public $csvInstance; variable in Google_InputInput
504 public function setCsvInstance(/* array(Google_object) */ $csvInstance) { argument
505 $this->assertIsArray($csvInstance, 'Google_object', __METHOD__);
506 $this->csvInstance = $csvInstance;
509 return $this->csvInstance;
704 public $csvInstance; variable in Google_InsertTrainingInstances
706 public function setCsvInstance(/* array(Google_object) */ $csvInstance) { argument
707 $this->assertIsArray($csvInstance, 'Google_object', __METHOD__);
708 $this->csvInstance = $csvInstance;
711 return $this->csvInstance;
[all …]