Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.2 KB

CreateTunedModelRequest.md

File metadata and controls

64 lines (38 loc) · 1.2 KB

google.generativeai.protos.CreateTunedModelRequest

View source on GitHub

Request to create a TunedModel.

Attributes

tuned_model_id

str

Optional. The unique id for the tuned model if specified. This value should be up to 40 characters, the first character must be a letter, the last could be a letter or a number. The id must match the regular expression: [a-z]([a-z0-9-]{0,38}[a-z0-9])?.

tuned_model

google.ai.generativelanguage.TunedModel

Required. The tuned model to create.