> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-serving-commands/runtime-commands/configure-runtime.md).

# configure runtime

The `configure runtime` command configures a runtime job. It is used to deploy a runtime resource. In the notebook, you will be guided through a template form that will prompt you for various inputs, such as the runtime name, whether it is for Model Training or Model Serving, and the Python pip install requirements.

## Syntax

```
configure runtime
```

## Parameters

To create a runtime job:

1. Select **New** from the **Runtime** drop-down list. Specify a name for the runtime job in the **Runtime Name** field.
2. Select the type, which is either **Model Training** or **Model Serving**.
3. Select a pip install requirements file, if applicable.
4. If applicable, select a trained model name and version to make available within the runtime:
   * For **Model Training**, select datasets to make available within the runtime, if applicable.
   * For **Model Serving**, select a Python module file (.py), and select the function names within the file that are to be served as FastAPI endpoints for inference.
5. Click the **Save Configuration** button to save the runtime job.

## Example

<div align="left"><figure><img src="/files/XmLR1zvdyC3Dg5Qn1SE9" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aizen-corp.gitbook.io/docs/model-serving-commands/runtime-commands/configure-runtime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
