Online Endpoint Response
data class OnlineEndpointResponse(val authMode: String, val compute: String? = null, val description: String? = null, val mirrorTraffic: Map<String, Int>? = null, val properties: Map<String, String>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val scoringUri: String, val swaggerUri: String, val traffic: Map<String, Int>? = null)
Online endpoint configuration
Constructors
Link copied to clipboard
constructor(authMode: String, compute: String? = null, description: String? = null, mirrorTraffic: Map<String, Int>? = null, properties: Map<String, String>? = null, provisioningState: String, publicNetworkAccess: String? = null, scoringUri: String, swaggerUri: String, traffic: Map<String, Int>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Description of the inference endpoint.
Link copied to clipboard
Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.
Link copied to clipboard
Property dictionary. Properties can be added, but not removed or altered.
Link copied to clipboard
Provisioning state for the endpoint.
Link copied to clipboard
Set to "Enabled" for endpoints that should allow public access when Private Link is enabled.
Link copied to clipboard
Endpoint URI.
Link copied to clipboard
Endpoint Swagger URI.