gcva_wait_for_model_deploy | R Documentation |
Wait for an Model to deploy
gcva_wait_for_model_deploy(
locationId = gcva_region_get(),
operation,
wait = 10
)
locationId |
locationId of operation |
operation |
A operation object |
wait |
the number of seconds to wait between checks Use this function to do a loop to check progress of a operation running |
After a while, a completed model deployment operation
Other Endpoints:
gcva_create_endpoint()
,
gcva_delete_endpoint()
,
gcva_deploy()
,
gcva_endpoint()
,
gcva_list_endpoints()
,
gcva_predict()
,
gcva_undeploy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.