Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DHparamSearchSpaces.php238 public function setMaxTreeDepth(IntHparamSearchSpace $maxTreeDepth) argument
240 $this->maxTreeDepth = $maxTreeDepth;
247 return $this->maxTreeDepth;
H A DTrainingOptions.php156 public $maxTreeDepth; variable in Google\\Service\\Bigquery\\TrainingOptions
731 public function setMaxTreeDepth($maxTreeDepth) argument
733 $this->maxTreeDepth = $maxTreeDepth;
740 return $this->maxTreeDepth;