File tree 1 file changed +10
-8
lines changed
google/cloud/aiplatform/metadata
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,20 @@ def __init__(
97
97
```
98
98
99
99
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.
101
102
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`
103
105
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.
106
108
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.
109
111
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.
112
114
"""
113
115
114
116
metadata_args = dict (
You can’t perform that action at this time.
0 commit comments