Interface ReinforcementTuningCloudRunRewardScorer

Scores parsed responses by calling a Cloud Run service.

interface ReinforcementTuningCloudRunRewardScorer {
    cloudRunUri?: string;
}

Properties

Properties

cloudRunUri?: string

URI of the Cloud Run service that will be used to compute the reward. The Vertex AI Secure Fine Tuning Service Agent (service-PROJECT_NUMBER@gcp-sa-vertex-tune.iam.gserviceaccount.com, where PROJECT_NUMBER is the numeric project number) must be granted the permission (e.g. by granting roles/run.invoker in IAM) to invoke the Cloud Run service.