Method: tuningJobs.optimizePrompt

Full name: projects.locations.tuningJobs.optimizePrompt

Optimizes a prompt.

Endpoint

post https://aiplatform.googleapis.com/v1beta1/{parent}/tuningJobs:optimizePrompt

Path parameters

parent string

Required. The resource name of the Location to optimize the prompt in. Format: projects/{project}/locations/{___location}

Request body

The request body contains data with the following structure:

Fields
content object (Content)

Required. The content to optimize.

Response body

Response message for GenAiTuningService.OptimizePrompt

If successful, the response body contains data with the following structure:

Fields
content object (Content)

Output only. The optimized prompt content.

JSON representation
{
  "content": {
    object (Content)
  }
}