/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU
NameSizeModeActions
Resource/-0755rm
AcceleratorType.php9490644editdlrm
ListAcceleratorTypesResponse.php15680644editdlrm
ListLocationsResponse.php12910644editdlrm
ListNodesResponse.php14360644editdlrm
ListOperationsResponse.php13040644editdlrm
ListTensorFlowVersionsResponse.php15920644editdlrm
Location.php15010644editdlrm
NetworkEndpoint.php9840644editdlrm
Node.php47630644editdlrm
Operation.php16290644editdlrm
OperationMetadata.php19130644editdlrm
ReimageNodeRequest.php9010644editdlrm
SchedulingConfig.php10270644editdlrm
StartNodeRequest.php6650644editdlrm
Status.php11700644editdlrm
StopNodeRequest.php6640644editdlrm
Symptom.php13650644editdlrm
TensorFlowVersion.php9720644editdlrm
TpuEmpty.php6570644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU/Operation.php (1629B)
done = $done; } public function getDone() { return $this->done; } /** * @param Google_Service_TPU_Status */ public function setError(Google_Service_TPU_Status $error) { $this->error = $error; } /** * @return Google_Service_TPU_Status */ public function getError() { return $this->error; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setResponse($response) { $this->response = $response; } public function getResponse() { return $this->response; } }