Skip to content

Commit

Permalink
fix: get_default_run method in Experiment class
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702864856
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Dec 4, 2024
1 parent ea8ae2d commit 9388fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def experiment_run(self) -> Optional[experiment_run_resource.ExperimentRun]:
f"{self.experiment.resource_name}-",
"",
)
self._experiment_run = experiment_run_resource.ExperimentRun(
self._experiment_run = experiment_run_resource.ExperimentRun.get(
env_experiment_run,
experiment=self.experiment,
)
Expand Down

0 comments on commit 9388fc9

Please sign in to comment.