Zhenghui Wang
Zhenghui Wang
The code for extracting group name is this line: https://github.com/ahmetb/gen-crd-api-reference-docs/blob/master/main.go#L190 The package comments are considered by `gengo` only if it appears in `doc.go`, https://github.com/kubernetes/gengo/blob/master/types/types.go#L120 which seems unnecessarily restrictive. kubebuilder v2...
> > Is it possible to consider type comments instead of package comments? For kubebuilder v2, some type comments contains `// +groupName=...` > > Let's be more crisp here. Does...
Right now we only integrate notebook via python library. Next release, we will enable metadata tracking in KF Pipeline and [Fairing](https://github.com/kubeflow/fairing). Training job triggered by them should have metadata automatically...
/cc @prodonjs @rileyjbauer

The type system of underlying MLMD server is extensible. You can 1. register the custom type for the configurations via [POST /api/v1alpha1/artifact_types](https://www.kubeflow.org/docs/reference/metadata/v1alpha1/kubeflow-metadata-api-spec/#operation--api-v1alpha1-artifact_types-post) 2. Read and write the config as an...
URI is required for all types of artifacts and [metrics](https://github.com/kubeflow/metadata/blob/master/schema/alpha/docs/artifacts/metrics.md) is one of them. URI points to the storage location of the a metrics while `values` can provide a summary...
> Also the under the Artifact of class `kubeflow.metadata.Metrics` the function `def serialization(...)` is used to prepare the class properties for upload into the metastore. `values` is currently completely ignored...
Thanks for raising this issue. Which Go version do you use? You have to enable `export GO111MODULE=on` https://github.com/golang/go/wiki/Modules
/cc @neuromage We haven't tried the build process on Redhat. It is possible that our SWIG generation may not work well on Redhat.