Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created November 14, 2022 20:23
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/c04bd7713ade7343d863731c6eca27a8 to your computer and use it in GitHub Desktop.
Save SaschaHeyer/c04bd7713ade7343d863731c6eca27a8 to your computer and use it in GitHub Desktop.
Vertex AI Endpoints
experiment_df = aiplatform.get_experiment_df()
experiment_df = experiment_df[experiment_df.experiment_name == 'experiment-demo']
experiment_df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment