Method: projects.locations.tuningJobs.create

Creates a TuningJob. A created TuningJob right away will be attempted to be run.

Endpoint

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

Path parameters

parent string

Required. The resource name of the Location to create the TuningJob 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.