Wait for an Model to deploy
gcva_wait_for_model_deploy(
locationId = gcva_region_get(),
operation,
wait = 10
)
locationId of operation
A operation object
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()