We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d0a7e commit e18187cCopy full SHA for e18187c
docs/templates/api/hopsworks_udf.md
@@ -6,6 +6,10 @@
6
7
{{hopsworks_udf_properties}}
8
9
+## Methods
10
+
11
+{{hopsworks_udf_methods}}
12
13
## TransformationFeature
14
-{{transformation_feature}}
15
+{{transformation_feature}}
python/auto_doc.py
@@ -451,6 +451,15 @@
451
"hopsworks_udf_properties": keras_autodoc.get_properties(
452
"hsfs.hopsworks_udf.HopsworksUdf"
453
),
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
+ ),
463
"transformation_feature": ["hsfs.hopsworks_udf.TransformationFeature"],
464
},
465
"api/transformation_statistics.md": {
0 commit comments