Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created November 11, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaschaHeyer/c0ecc3bd25e72b7635d13bf9876287c3 to your computer and use it in GitHub Desktop.
Save SaschaHeyer/c0ecc3bd25e72b7635d13bf9876287c3 to your computer and use it in GitHub Desktop.
Vertex AI Experiment
training_data_artifact = aiplatform.Artifact.create(
schema_title='system.Dataset',
uri='gs://doit-vertex-demo/higgs/training.csv',
display_name='training data')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment