GetTuningJobParameters

@Serializable
data class GetTuningJobParameters(val name: String? = null, val config: GetTuningJobConfig? = null)

Parameters for the get method.

Constructors

Link copied to clipboard
constructor(name: String? = null, config: GetTuningJobConfig? = null)

Properties

Link copied to clipboard

Optional parameters for the request.

Link copied to clipboard
val name: String? = null