Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created October 21, 2021 18:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save icebeam7/88a200c239ad6bfdd5d06de523b528cc to your computer and use it in GitHub Desktop.
credentials = ApiKeyCredentials(in_headers={"Training-key": training_key})
trainer = CustomVisionTrainingClient(endpoint=cv_endpoint,credentials=credentials)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment