Searched defs:ml_model_id (Results 1 – 1 of 1) 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 419 def create_evaluation(self, evaluation_id, ml_model_id, argument 472 def create_ml_model(self, ml_model_id, ml_model_type, argument 583 def create_realtime_endpoint(self, ml_model_id): argument 661 def delete_ml_model(self, ml_model_id): argument 681 def delete_realtime_endpoint(self, ml_model_id): argument 1218 def get_ml_model(self, ml_model_id, verbose=None): argument 1243 def predict(self, ml_model_id, record, predict_endpoint): argument 1346 def update_ml_model(self, ml_model_id, ml_model_name=None, argument
|