Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DHparamSearchSpaces.php112 public function setColsampleBylevel(DoubleHparamSearchSpace $colsampleBylevel) argument
114 $this->colsampleBylevel = $colsampleBylevel;
121 return $this->colsampleBylevel;
H A DTrainingOptions.php51 public $colsampleBylevel; variable in Google\\Service\\Bigquery\\TrainingOptions
326 public function setColsampleBylevel($colsampleBylevel) argument
328 $this->colsampleBylevel = $colsampleBylevel;
332 return $this->colsampleBylevel;