Model

constructor(name: String? = null, displayName: String? = null, description: String? = null, version: String? = null, endpoints: List<Endpoint>? = null, labels: Map<String, String>? = null, tunedModelInfo: TunedModelInfo? = null, inputTokenLimit: Int? = null, outputTokenLimit: Int? = null, supportedActions: List<String>? = null, defaultCheckpointId: String? = null, checkpoints: List<Checkpoint>? = null, temperature: Double? = null, maxTemperature: Double? = null, topP: Double? = null, topK: Int? = null, thinking: Boolean? = null)