|
40 | 40 | "udf": ["hopsworks.udf"],
|
41 | 41 | },
|
42 | 42 | "api/connection.md": {
|
43 |
| - "connection_create": ["hopsworks.connection.Connection.connection"], |
| 43 | + "connection": ["hopsworks.connection.Connection.connection"], |
44 | 44 | "connection_properties": keras_autodoc.get_properties(
|
45 | 45 | "hopsworks.connection.Connection"
|
46 | 46 | ),
|
|
61 | 61 | "job_get": ["hopsworks.core.job_api.JobApi.get_job"],
|
62 | 62 | "job_get_all": ["hopsworks.core.job_api.JobApi.get_jobs"],
|
63 | 63 | "job_properties": keras_autodoc.get_properties("hopsworks.job.Job"),
|
64 |
| - "job_config": ["hopsworks.core.job_api.JobApi.get_configuration"], |
| 64 | + "job_config": [ |
| 65 | + "hopsworks.core.job_api.JobApi.get_configuration", |
| 66 | + "hopsworks_common.core.job_configuration.JobConfiguration", |
| 67 | + ], |
65 | 68 | "job_methods": keras_autodoc.get_methods(
|
66 | 69 | "hopsworks.job.Job", exclude=["from_response_json", "json"]
|
67 | 70 | ),
|
|
190 | 193 | "hopsworks.core.opensearch_api.OpenSearchApi"
|
191 | 194 | ),
|
192 | 195 | },
|
193 |
| - "api/connection_api.md": { |
194 |
| - "connection": ["hsfs.connection.Connection"], |
195 |
| - "connection_properties": keras_autodoc.get_properties( |
196 |
| - "hsfs.connection.Connection" |
197 |
| - ), |
198 |
| - "connection_methods": keras_autodoc.get_methods("hsfs.connection.Connection"), |
199 |
| - }, |
200 | 196 | "api/spine_group_api.md": {
|
201 | 197 | "fg": ["hsfs.feature_group.SpineGroup"],
|
202 | 198 | "fg_create": ["hsfs.feature_store.FeatureStore.get_or_create_spine_group"],
|
|
413 | 409 | "hsfs.validation_report.ValidationReport"
|
414 | 410 | ),
|
415 | 411 | },
|
416 |
| - "api/job.md": { |
417 |
| - "job_configuration": ["hsfs.core.job_configuration.JobConfiguration"], |
418 |
| - "job": ["hsfs.core.job.Job"], |
419 |
| - "job_methods": [ |
420 |
| - "hsfs.core.job.Job.get_state", |
421 |
| - "hsfs.core.job.Job.get_final_state", |
422 |
| - ], |
423 |
| - }, |
424 | 412 | "api/query_api.md": {
|
425 | 413 | "query_methods": keras_autodoc.get_methods(
|
426 | 414 | "hsfs.constructor.query.Query",
|
|
550 | 538 | "similarity_function_type": ["hsfs.embedding.SimilarityFunctionType"],
|
551 | 539 | },
|
552 | 540 | # Model registry
|
553 |
| - "connection_api.md": { |
554 |
| - "connection": ["hsml.connection.Connection"], |
555 |
| - "connection_properties": keras_autodoc.get_properties( |
556 |
| - "hsml.connection.Connection", exclude=["trust_store_path"] |
557 |
| - ), |
558 |
| - "connection_methods": keras_autodoc.get_methods("hsml.connection.Connection"), |
559 |
| - }, |
560 | 541 | "model-registry/model_registry_api.md": {
|
561 | 542 | "mr_get": ["hsml.connection.Connection.get_model_registry"],
|
562 | 543 | "mr_modules": keras_autodoc.get_properties(
|
|
0 commit comments