Translation

class verta.registry.task_type.Translation

Translation task of the registered model.

Examples

from verta.registry import task_type
reg_model = client.create_registered_model("My Model", workspace="my-org", task_type=task_type.Translation())