Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php503 public $csvInstance; variable in Google_InputInput
505 $this->assertIsArray($csvInstance, 'Google_object', __METHOD__);
506 $this->csvInstance = $csvInstance;
509 return $this->csvInstance;
704 public $csvInstance; variable in Google_InsertTrainingInstances
707 $this->assertIsArray($csvInstance, 'Google_object', __METHOD__);
708 $this->csvInstance = $csvInstance;
711 return $this->csvInstance;
821 public $csvInstance; variable in Google_Update
825 $this->csvInstance = $csvInstance;
[all …]