Skip to content

Commit

Permalink
docs: fix Experiment resource name format docstring.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 493364904
  • Loading branch information
sasha-gitg authored and Copybara-Service committed Dec 6, 2022
1 parent e693350 commit f8e5842
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions google/cloud/aiplatform/metadata/experiment_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,20 @@ def __init__(
```
Args:
experiment_name (str): Required. The name or resource name of this experiment.
experiment_name (str):
Required. The name or resource name of this experiment.
Resource name is of the format: projects/123/locations/us-central1/experiments/my-experiment
Resource name is of the format:
`projects/123/locations/us-central1/metadataStores/default/contexts/my-experiment`
project (str):
Optional. Project where this experiment is located. Overrides project set in
aiplatform.init.
Optional. Project where this experiment is located. Overrides
project set in aiplatform.init.
location (str):
Optional. Location where this experiment is located. Overrides location set in
aiplatform.init.
Optional. Location where this experiment is located. Overrides
location set in aiplatform.init.
credentials (auth_credentials.Credentials):
Optional. Custom credentials used to retrieve this experiment. Overrides
credentials set in aiplatform.init.
Optional. Custom credentials used to retrieve this experiment.
Overrides credentials set in aiplatform.init.
"""

metadata_args = dict(
Expand Down

0 comments on commit f8e5842

Please sign in to comment.