Full name: projects.locations.tuningJobs.create
Creates a tuning job. A created tuning job will be subsequently executed to start the model tuning process.
Endpoint
posthttps://{service-endpoint}/v1/{parent}/tuningJobs
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
Required. The resource name of the location to create the tuning job in. Format: projects/{project}/locations/{location}
Request body
The request body contains an instance of TuningJob.
Response body
If successful, the response body contains a newly created instance of TuningJob.