Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterConfig.php189 public function setMasterConfig(InstanceGroupConfig $masterConfig) argument
191 $this->masterConfig = $masterConfig;
198 return $this->masterConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrainingInput.php229 public function setMasterConfig(GoogleCloudMlV1ReplicaConfig $masterConfig) argument
231 $this->masterConfig = $masterConfig;
238 return $this->masterConfig;