# Import Model Registry với custom container

## Bước 1: Truy cập Model Registry

* Đăng nhập với GreenNode account của bạn và truy cập tới Model Registry Dashboard.
* Tìm và nhấn vào nút "Import a model registry" (Nhập một model registry).

## Bước 2: Import Model Registry

* **Region & Model registry name**: Chọn region và tên cụ thể cho model của bạn.
* Chọn **“Custom container”** trong Container Section.
  * **Custom image URI**:
    * Cung cấp URL của custom container image của bạn, được lưu trữ trong container registry.\
      AI Platform sẽ sử dụng URL này để tải image trong quá trình trainning.
  * **Cung cấp Credentials**:
    * Nếu container image của bạn yêu cầu xác thực để truy cập, hãy cung cấp các thông tin cần thiết như (**username và password hoặc access token**).
    * Đảm bảo các credential được lưu trữ một cách bảo mật và cung cấp đúng định dạng yêu cầu.
  * **Cấu hình Ports và Health Checks**:
    * Định nghĩa port truy cập mà các predictions requests sẽ được gửi đến
    * Cấu hình port metric để theo dõi các metric hiệu suất của model.
    * Chỉ định port và path để theo dõi health status của prediction service.


---

# Agent Instructions: 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:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vn/ai-stack/ai-platform/model-registry/import-model-registry-voi-custom-container.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
