OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:model_id
(Results
1 - 5
of
5
) sorted by null
/external/python/google-api-python-client/samples/prediction/
prediction.py
25
$ python prediction.py "bucket/object" "
model_id
" "project_id"
58
argparser.add_argument('
model_id
',
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/
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):
244
@param
model_id
: The model ID reported by the vanished modem.
257
if (
model_id
== properties.get(self.DEVICE_PROPERTY_MODEL_ID) and
/external/autotest/client/cros/
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/common_lib/cros/
avahi_utils.py
173
"ty=Unnamed Device" "txtvers=3" "services=_camera" "
model_id
=///" \
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py
44
check('AATST', buffet.
model_id
)
Completed in 233 milliseconds