Skip to content

Commit e18187c

Browse files
committed
updating documentation
1 parent 01d0a7e commit e18187c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/templates/api/hopsworks_udf.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
{{hopsworks_udf_properties}}
88

9+
## Methods
10+
11+
{{hopsworks_udf_methods}}
12+
913
## TransformationFeature
1014

11-
{{transformation_feature}}
15+
{{transformation_feature}}

python/auto_doc.py

+9
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,15 @@
451451
"hopsworks_udf_properties": keras_autodoc.get_properties(
452452
"hsfs.hopsworks_udf.HopsworksUdf"
453453
),
454+
"hopsworks_udf_methods": keras_autodoc.get_methods(
455+
"hsfs.hopsworks_udf.HopsworksUdf",
456+
exclude=[
457+
"update_return_type_one_hot",
458+
"python_udf_wrapper",
459+
"pandas_udf_wrapper",
460+
"get_udf",
461+
],
462+
),
454463
"transformation_feature": ["hsfs.hopsworks_udf.TransformationFeature"],
455464
},
456465
"api/transformation_statistics.md": {

0 commit comments

Comments
 (0)