Searched refs:model_id (Results 1 – 5 of 5) sorted by relevance
/external/python/google-api-python-client/samples/prediction/ |
D | prediction.py | 96 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/ |
D | cellular_proxy.py | 129 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/ |
D | backchannel.py | 167 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/ |
D | buffet_BasicDBusAPI.py | 44 check('AATST', buffet.model_id)
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 111 optional string model_id = 5; field
|