PreTunedModel

@Serializable
data class PreTunedModel(val baseModel: String? = null, val checkpointId: String? = null, val tunedModelName: String? = null)

A pre-tuned model for continuous tuning. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(baseModel: String? = null, checkpointId: String? = null, tunedModelName: String? = null)

Properties

Link copied to clipboard
val baseModel: String? = null

Output only. The name of the base model this PreTunedModel was tuned from.

Link copied to clipboard
val checkpointId: String? = null

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

Link copied to clipboard
val tunedModelName: String? = null

The resource name of the Model. E.g., a model resource name with a specified version id or alias: projects/{project}/locations/{location}/models/{model}@{version_id} projects/{project}/locations/{location}/models/{model}@{alias} Or, omit the version id to use the default version: projects/{project}/locations/{location}/models/{model}