OnlineEndpointArgs

data class OnlineEndpointArgs(val authMode: Output<Either<String, EndpointAuthMode>>, val description: Output<String>? = null, val keys: Output<EndpointAuthKeysArgs>? = null, val properties: Output<Map<String, String>>? = null, val target: Output<String>? = null, val traffic: Output<Map<String, Int>>? = null) : ConvertibleToJava<OnlineEndpointArgs>

Online endpoint configuration

Constructors

Link copied to clipboard
constructor(authMode: Output<Either<String, EndpointAuthMode>>, description: Output<String>? = null, keys: Output<EndpointAuthKeysArgs>? = null, properties: Output<Map<String, String>>? = null, target: Output<String>? = null, traffic: Output<Map<String, Int>>? = null)

Properties

Link copied to clipboard
val authMode: Output<Either<String, EndpointAuthMode>>

Required Inference endpoint authentication mode type

Link copied to clipboard
val description: Output<String>? = null

Description of the inference endpoint.

Link copied to clipboard
val keys: Output<EndpointAuthKeysArgs>? = null

EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Property dictionary. Properties can be added, but not removed or altered.

Link copied to clipboard
val target: Output<String>? = null

ARM resource ID of the compute if it exists. optional

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

Traffic rules on how the traffic will be routed across deployments.

Functions

Link copied to clipboard
open override fun toJava(): OnlineEndpointArgs