Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
Dlayer1.py69 def create_batch_prediction(self, batch_prediction_id, ml_model_id, argument
120 'MLModelId': ml_model_id,
419 def create_evaluation(self, evaluation_id, ml_model_id, argument
464 'MLModelId': ml_model_id,
472 def create_ml_model(self, ml_model_id, ml_model_type, argument
568 'MLModelId': ml_model_id,
583 def create_realtime_endpoint(self, ml_model_id): argument
594 params = {'MLModelId': ml_model_id, }
661 def delete_ml_model(self, ml_model_id): argument
677 params = {'MLModelId': ml_model_id, }
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/machinelearning/
Dtest_machinelearning.py35 ml_model_id='foo', record={'Foo': 'bar'},
43 ml_model_id='foo', record={'Foo': 'bar'},