agent-platform-tuning

Fine-tune open and Gemini models on Agent Platform from setup to deployment.

17.1k|1.4k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill agent-platform-tuning-google
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-tuning
Source: https://github.com/google/skills/tree/main/skills/cloud/agent-platform-tuning
Command: npx skills add https://github.com/google/skills --skill agent-platform-tuning-google

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-aiplatform, numpy, pandas, datasets, smart_open, pyarrow, google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for fine-tuning open models or Gemini models within the Agent Platform infrastructure, providing a streamlined process from environment setup to model deployment.

Core Features & Use Cases

  • Environment Setup: Facilitates the complete environment setup, including authentication, IAM permissions, and API enabling.
  • Dataset Preparation & Upload: Guides users through dataset discovery, validation, and upload to Google Cloud Storage.
  • Model Configuration & Recommendation: Assists in choosing the best model and hyperparameters based on the dataset and user requirements.
  • Tuning Job Execution: Automates the process of submitting a tuning job for the chosen model.
  • Monitoring: Monitors the job status via the Cloud Console link and offers background task execution for periodic polling.
  • Model Deployment: Once the tuning job is successful, it facilitates the deployment of the fine-tuned model.

Quick Start

Fine-tune an open model using the agent-platform-tuning skill, and follow the prompts to select a model, prepare your dataset, and submit a tuning job.

Frequently Asked Questions about agent-platform-tuning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fine-tune Gemini models on Google Cloud Agent Platform?

To fine-tune open models or Gemini models on Google Cloud Agent Platform, you must set up environment authentication, prepare datasets for Cloud Storage, submit a tuning job, and deploy the resulting model. The process is guided end-to-end.

What data formats are supported for model tuning on Agent Platform?

Model tuning on Agent Platform supports datasets formatted using pandas and pyarrow. You must validate your dataset and upload it to Google Cloud Storage before submitting the tuning job for the selected open or Gemini model.

Can I tune open models using Google Cloud AI Platform infrastructure?

Yes, you can tune open models using Google Cloud AI Platform infrastructure. The process involves configuring IAM permissions, selecting appropriate model hyperparameters, monitoring the tuning job via Cloud Console, and deploying the fine-tuned model endpoint.

Do I need numpy and pandas installed to prepare datasets for Agent Platform tuning?

Yes, numpy and pandas are required dependencies for dataset preparation before Agent Platform tuning. You use them to validate and format your training data before uploading it to Google Cloud Storage for the model tuning job execution.

What is the best way to monitor a model tuning job in Google Cloud?

The best way to monitor a model tuning job in Google Cloud is by tracking its status via the Cloud Console link. The platform also supports background task execution for periodic polling to check job progress until completion.

How do I deploy a fine-tuned model after the Agent Platform tuning job completes?

To deploy a fine-tuned model after the Agent Platform tuning job completes successfully, you follow the deployment steps provided by the platform. This transitions your newly tuned Gemini or open model into an active, usable endpoint.