BatchEndpointDefaultsResponse

data class BatchEndpointDefaultsResponse(val deploymentName: String? = null)

Batch endpoint default values

Constructors

Link copied to clipboard
constructor(deploymentName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentName: String? = null

Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked.