OnlineEndpointResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.

Link copied to clipboard
val compute: String? = null

ARM resource ID of the compute if it exists. optional

Link copied to clipboard
val description: String? = null

Description of the inference endpoint.

Link copied to clipboard
val mirrorTraffic: Map<String, Int>? = null

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
val properties: Map<String, String>? = null

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.

Link copied to clipboard
val traffic: Map<String, Int>? = null

Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100.