mistk.model.server.test.test_model_instance_endpoint_controller module¶
-
class
mistk.model.server.test.test_model_instance_endpoint_controller.TestModelInstanceEndpointController(methodName='runTest')¶ Bases:
mistk.model.server.test.BaseTestCaseModelInstanceEndpointController integration test stubs
-
test_build_model()¶ Test case for build_model
Build the model
-
test_generate()¶ Test case for generate
Perform generations with the model
-
test_get_api_version()¶ Test case for get_api_version
Returns the version of the MISTK API
-
test_get_status()¶ Test case for get_status
Get the status of the model
-
test_initialize_model()¶ Test case for initialize_model
Initialize the model
-
test_load_data()¶ Test case for load_data
Loads data for the model
-
test_pause()¶ Test case for pause
Pause the model
-
test_predict()¶ Test case for predict
Perform predictions with the model
-
test_reset()¶ Test case for reset
Resets the model
-
test_resume_predict()¶ Test case for resume_predict
Resume predicitons on a paused model
-
test_resume_training()¶ Test case for resume_training
Resume training on a paused model
-
test_save_generations()¶ Test case for save_generations
Save the generations made by the model
-
test_save_model()¶ Test case for save_model
Save the model snapshot
-
test_save_predictions()¶ Test case for save_predictions
Save the predictions made by the model
-
test_stream_predict()¶ Test case for stream_predict
Perform streaming predictions with the model
-
test_terminate()¶ Test case for terminate
Shut down the model
-
test_train()¶ Test case for train
Train the model
-
test_update_stream_properties()¶ Test case for update_stream_properties
Updates streaming properties with the model
-