model_instance_create
Create a new instance for a Kaggle model by specifying owner, model slug, framework, and instance slug. Configure overview, usage, license, and privacy settings.
Instructions
Create a new instance for a Kaggle model.
Args:
owner: Model owner username.
model_slug: Model slug/name.
framework: Framework name (e.g. 'tensorflow2', 'pytorch', 'jax').
instance_slug: Slug for the new instance.
overview: Optional overview text.
usage: Optional usage instructions.
license_name: License name (default 'Apache 2.0').
is_private: Whether the instance is private (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| model_slug | Yes | ||
| framework | Yes | ||
| instance_slug | Yes | ||
| overview | No | ||
| usage | No | ||
| license_name | No | Apache 2.0 | |
| is_private | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |