TuningExample

@Serializable
data class TuningExample(val output: String? = null, val textInput: String? = null)

A single example for tuning. This data type is not supported in Vertex AI.

Constructors

Link copied to clipboard
constructor(output: String? = null, textInput: String? = null)

Properties

Link copied to clipboard
val output: String? = null

Required. The expected model output.

Link copied to clipboard
val textInput: String? = null

Optional. Text model input.