UpdateModelConfig

@Serializable
data class UpdateModelConfig(val httpOptions: HttpOptions? = null, val displayName: String? = null, val description: String? = null, val defaultCheckpointId: String? = null, val updateMask: String? = null)

Configuration for updating a tuned model.

Constructors

Link copied to clipboard
constructor(httpOptions: HttpOptions? = null, displayName: String? = null, description: String? = null, defaultCheckpointId: String? = null, updateMask: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard

Used to override HTTP request options.

Link copied to clipboard
val updateMask: String? = null