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/ |
D | layer1.py | 69 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/ |
D | test_machinelearning.py | 35 ml_model_id='foo', record={'Foo': 'bar'}, 43 ml_model_id='foo', record={'Foo': 'bar'},
|