EndpointModelDeprecationPropertiesResponse

data class EndpointModelDeprecationPropertiesResponse(val fineTune: String? = null, val inference: String? = null)

Constructors

constructor(fineTune: String? = null, inference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fineTune: String? = null

The datetime of deprecation of the fineTune Model.

Link copied to clipboard
val inference: String? = null

The datetime of deprecation of the inference Model.