Skip to content

Commit bc930d1

Browse files
author
Guiners
committed
adding samples, test, lints
1 parent a99c536 commit bc930d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

genai/tuning/tuning-job-create.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ async function generateContent(
5757
console.log(tuningJob.tunedModel.model);
5858
console.log(tuningJob.tunedModel.endpoint);
5959
console.log(tuningJob.experiment);
60+
6061
// Example response:
6162
// projects/123456789012/locations/us-central1/models/1234567890@1
6263
// projects/123456789012/locations/us-central1/endpoints/123456789012345
6364
// projects/123456789012/locations/us-central1/metadataStores/default/contexts/tuning-experiment-2025010112345678
65+
6466
return tuningJob.name;
6567
}
6668
// [END googlegenaisdk_tuning_job_create]

0 commit comments

Comments
 (0)