---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://catboost.ai/docs/en/references/onnx-parameters.md
  - href: en/references/onnx-parameters.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://catboost.ai/docs/en/llms.txt

# ONNX-ML parameters

<!-- source: en/_includes/work_src/reusage-export-formats/additional-parameters__onnx-model__possible-values.md -->
|Parameter|Possible types| Description|Default value|
|---------|--------------|------------|-------------|
|onnx_graph_name| string| The `name` property of [onnx Graph](https://github.com/onnx/onnx/blob/master/docs/IR.md#graphs) that represents the CatBoost model application.|Not set|
|onnx_domain| string| The `domain` component of [onnx Model](https://github.com/onnx/onnx/blob/master/docs/IR.md#models).| Not set|
|onnx_model_version|Integer| The `model_version` component of [onnx Model](https://github.com/onnx/onnx/blob/master/docs/IR.md#models).| Not set|
|onnx_doc_string| string| The `doc_string` component of [onnx Model](https://github.com/onnx/onnx/blob/master/docs/IR.md#models).| Not set|
<!-- endsource: en/_includes/work_src/reusage-export-formats/additional-parameters__onnx-model__possible-values.md -->


