- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-library-object-repository
- get-object-repository
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- パッケージ化
- パブリッシュ
- remote
- 元に戻す
- run, debug & execution
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- tm
- UIA
- uip tasks
- uip traces
- uip traces feedback
- 移行
- 参照とサポート
Commands for managing IXP (Intelligent Document Processing) projects, taxonomy, documents, labelling, and deployments using the `uip ixp` tool.
uip ixp manages IXP projects — UiPath's intelligent document-processing product for training and deploying document-extraction models. A project holds a taxonomy (the schema of what to extract — data types, field groups, and fields), a set of training documents, and human-reviewed labellings (confirmed/corrected predictions) that improve the trained model. Once trained, a model version is deployed to an Orchestrator folder, where activities and Maestro Flow can call it at runtime. ixp is the command prefix; the underlying package is @uipath/ixp-tool.
リソース
Each resource has its own reference page. The verb set matches the commands registered by uip ixp — run uip ixp --help to confirm the full surface on your installation.
| リソース | 目的 |
|---|---|
| プロジェクト | Create, configure, and manage IXP projects — including model publishing, metrics, and taxonomy import/export. |
| taxonomy — fields, groups, data-types | Edit a project's extraction schema: data types (reusable value definitions), field groups (document-type containers), and the fields inside them. |
| documents & labellings | Upload/download/delete training documents, and confirm, correct, or mark-missing the model's predictions on them. |
| deployments | Deploy a trained model version to an Orchestrator folder, move a deployment to another version, and inspect a deployed version's taxonomy. |
概念
- Taxonomy — a project's extraction schema, made of three related concepts: data types (
entity_defs— reusable type definitions like "Email Address" or a "Citizenship" choice list, each field references one by name), field groups (label_defs— document-type containers, e.g. "Invoice" or a repeatable "Line Items" group), and fields — the individual named values inside a group (e.g. "Invoice Number" inside the "Invoice" group), each backed by a data type and per-field extraction instructions.uip ixp projects get-taxonomy/import-taxonomymove the whole taxonomy as one artifact (its own internal format — data types and field groups together);uip ixp taxonomy'sfields/groups/data-typescommands edit one piece at a time. - Training loop — create a project (optionally seeded with documents and an auto-suggested taxonomy) → refine the taxonomy (
data-types/groups/fields) → upload more documents → review the model's predictions (labellings get-predictions) and confirm or correct them (labellings confirm/unconfirm/mark-missing) → checkprojects get-metrics→projects publisha model version →deployments createit to an Orchestrator folder. - Model versions — a project accumulates trained model versions as labelling and retraining progress.
projects publish/unpublish/untag/list-modelsmanage which versions are published and tagged (live/staging);deployments create/upgradecontrol which published version an Orchestrator folder actually serves at runtime — publishing a version and deploying it are separate steps. - Output key casing — most
uip ixpresponses forward the underlying IXP API payload verbatim, which means camelCase or snake_case keys, not this CLI's usual PascalCase — each page calls this out per verb where it applies. This is deliberate passthrough behavior, not a bug.
概要
uip ixp <resource> <verb> [options]
uip ixp <resource> <verb> [options]
参照
- Tools (plugins) — the install model for
uip ixpand other tool packages. - uip tools — installs and manages tool packages.
- グローバル オプション
- 終了コード