File tree Expand file tree Collapse file tree
google/cloud/aiplatform/metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,18 +97,20 @@ def __init__(
9797 ```
9898
9999 Args:
100- experiment_name (str): Required. The name or resource name of this experiment.
100+ experiment_name (str):
101+ Required. The name or resource name of this experiment.
101102
102- Resource name is of the format: projects/123/locations/us-central1/experiments/my-experiment
103+ Resource name is of the format:
104+ `projects/123/locations/us-central1/metadataStores/default/contexts/my-experiment`
103105 project (str):
104- Optional. Project where this experiment is located. Overrides project set in
105- aiplatform.init.
106+ Optional. Project where this experiment is located. Overrides
107+ project set in aiplatform.init.
106108 location (str):
107- Optional. Location where this experiment is located. Overrides location set in
108- aiplatform.init.
109+ Optional. Location where this experiment is located. Overrides
110+ location set in aiplatform.init.
109111 credentials (auth_credentials.Credentials):
110- Optional. Custom credentials used to retrieve this experiment. Overrides
111- credentials set in aiplatform.init.
112+ Optional. Custom credentials used to retrieve this experiment.
113+ Overrides credentials set in aiplatform.init.
112114 """
113115
114116 metadata_args = dict (
You can’t perform that action at this time.
0 commit comments