I'm working with KFP components and I want to pass a custom type parameters, it threw this error TypeError: Artifacts must have both a schema_title and a schema_version, separated by @. Got: SentenceTransformer. I read from this https://www.kubeflow.org/docs/components/pipelines/v2/data-types/parameters/ and it says that the component can only accept python built-in type. Any idea how can I pass custom type parameters?
Thanks