Create collection
create_collectionCreate a new collection in Yandex KIT by providing a title, status (ACTIVE/INACTIVE), and collection type (STATIC/DYNAMIC). For DYNAMIC collections, add a dynamic_filter to define conditions.
Instructions
Create a new collection. Required: title, status (ACTIVE|INACTIVE) and collection_type (STATIC|DYNAMIC; DYNAMIC also takes a dynamic_filter). Call get_operation_schema("CreateCollection") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection record matching the CreateCollectionRequest schema (see get_operation_schema("CreateCollection")). Required: title, status, collection_type. |