Advanced Settings

Explore advanced features like reusable job templates, SSH key management, and cost tracking for better control over your resources in AI-Stack.

Job Templates

Job templates allow you to pre-define job configurations, making it easier to schedule and run jobs quickly with consistent settings.

Create Job Template

To create a job template:

  1. Navigate to 【Advanced Settings】 > 【Job Templates】 in the left sidebar.

  2. Click the ➕ icon (top-left) to open the Create Job Template page.

  3. Fill in the following:

    • Template Name

    • GPU Type and Number of GPUs

    • Hardware Specifications

    • Container Image

    • Command to run

  4. Click [Next Step | Advanced Settings].

    • If no advanced settings are needed, click [Next Step | Create] instead.

  5. On the summary page, review the details and click [Create].

✅ After successful creation, you’ll be redirected to the Job Templates page.

Run a Job Template

To run a job from a saved template:

  1. Go to 【Job Templates】, select a template by checking the box.

  2. Click [Run Job] at the top.

  3. You’ll be redirected to the Create Job page pre-filled with the template’s settings.

    • The job name will be auto-generated (e.g., TemplateName-001), but you can rename it.

  4. Click [Next Step | Advanced Settings].

    • Or, skip to [Next Step | Create] if advanced settings are not required.

  5. Confirm the details and click [Create].

📋 The job will appear in 【Job List】 with the status [Job Creating] and start automatically.


Key Pairs

Key pairs are used for secure SSH access when deploying machine learning services.

Create Key Pair

  1. Go to 【Advanced Settings】 > 【Key Pairs】.

  2. Click the ➕ icon (top-left) to create a new key pair.

  3. Download the private key to your computer.

⚠️ Important: Keep the private key safe. If it’s lost, it cannot be recovered and a new key must be created.

Import Key Pair

To use an existing SSH key:

  1. Click [Import].

  2. Provide a name and paste the public key.

🔐 Only public keys are accepted for security reasons.

Delete Key Pair

  1. Select the key pair you wish to delete.

  2. Click the 🗑️ icon.

  3. Confirm the deletion in the dialog box.

⚠️ Deleting a key pair will remove access to services using that key.


Cost Center

Track project-based costs based on container usage.

How It Works:

  • Costs are calculated using:

    nginxCopyEditUsage Hours × Hourly Rate (based on MLS spec)

🛠️ Note: Hourly rates and MLS specifications must be set by admins via the admin interface.

Last updated