create_model_version
Creates a model version tied to a dataset version and target column. Use the returned ID to submit a training job.
Instructions
Create a model version tied to a dataset version and target column. Then call submit_training_job with the returned model version id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| model_id | Yes | ||
| dataset_version_id | Yes | ||
| target_feature | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||