File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 36
36
),
37
37
},
38
38
"api/projects.md" : {
39
- "project_create" : ["hopsworks.connection.Connection.create_project" ],
40
- "project_get" : ["hopsworks.connection.Connection.get_project" ],
41
- "project_get_all" : ["hopsworks.connection.Connection.get_projects" ],
39
+ "project_create" : ["hopsworks.create_project" ],
42
40
"project_properties" : keras_autodoc .get_properties ("hopsworks.project.Project" ),
43
41
"project_methods" : keras_autodoc .get_methods (
44
42
"hopsworks.project.Project" , exclude = ["from_response_json" , "json" ]
163
161
),
164
162
},
165
163
"api/secrets.md" : {
166
- "secret_api_handle" : ["hopsworks.connection.Connection. get_secrets_api" ],
164
+ "secret_api_handle" : ["hopsworks.get_secrets_api" ],
167
165
"secret_create" : ["hopsworks.core.secret_api.SecretsApi.create_secret" ],
168
166
"secret_get" : ["hopsworks.core.secret_api.SecretsApi.get_secret" ],
167
+ "secret_get_simplified" : ["hopsworks.core.secret_api.SecretsApi.get" ],
169
168
"secret_get_all" : ["hopsworks.core.secret_api.SecretsApi.get_secrets" ],
170
169
"secret_properties" : keras_autodoc .get_properties ("hopsworks.secret.Secret" ),
171
170
"secret_methods" : keras_autodoc .get_methods (
Original file line number Diff line number Diff line change 4
4
5
5
{{project_create}}
6
6
7
- ## Retrieval
8
-
9
- {{project_get}}
10
-
11
- {{project_get_all}}
12
-
13
7
## Properties
14
8
15
9
{{project_properties}}
Original file line number Diff line number Diff line change 10
10
11
11
## Retrieval
12
12
13
+ {{secret_get_simplified}}
14
+
13
15
{{secret_get}}
14
16
15
17
{{secret_get_all}}
You can’t perform that action at this time.
0 commit comments