Home
last modified time | relevance | path

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

/external/python/google-api-python-client/samples/prediction/
Dprediction.py96 body = {'id': flags.model_id, 'storageDataLocation': flags.object_name}
104 status = papi.get(id=flags.model_id, project=flags.project_id).execute()
122 result = papi.analyze(id=flags.model_id, project=flags.project_id).execute()
131 body=body, id=flags.model_id, project=flags.project_id).execute()
137 result = papi.delete(id=flags.model_id, project=flags.project_id).execute()
/external/autotest/client/cros/networking/
Dcellular_proxy.py129 model_id = properties.get(self.DEVICE_PROPERTY_MODEL_ID)
130 if not model_id:
156 lambda: self._get_reappeared_modem(model_id,
241 def _get_reappeared_modem(self, model_id, old_modem_mm_object): argument
257 if (model_id == properties.get(self.DEVICE_PROPERTY_MODEL_ID) and
/external/autotest/client/cros/
Dbackchannel.py167 model_id = int(properties.get('ID_MODEL_ID', '0000'), 16)
168 device_id = '%s:%04x:%04x' % (bus, vendor_id, model_id)
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py44 check('AATST', buffet.model_id)
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto111 optional string model_id = 5; field