Endpoint

@Serializable
data class Endpoint(val name: String? = null, val deployedModelId: String? = null)

An endpoint where you deploy models.

Constructors

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

Properties

Link copied to clipboard
val deployedModelId: String? = null

ID of the model that's deployed to the endpoint.

Link copied to clipboard
val name: String? = null

Resource name of the endpoint.