model_create
Create a new Kaggle model by specifying owner, slug, title, and optionally subtitle, description, and privacy settings.
Instructions
Create a new Kaggle model.
Args:
owner: Owner username.
slug: Model slug (URL-friendly identifier).
title: Model title.
subtitle: Optional subtitle.
description: Optional description.
is_private: Whether the model is private (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| slug | Yes | ||
| title | Yes | ||
| subtitle | No | ||
| description | No | ||
| is_private | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |