CancelTuningJobParameters

@Serializable
data class CancelTuningJobParameters(val name: String? = null, val config: CancelTuningJobConfig? = null)

Parameters for the cancel method.

Constructors

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

Properties

Link copied to clipboard

Optional parameters for the request.

Link copied to clipboard
val name: String? = null

The resource name of the tuning job.