Online Endpoint Args
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
Properties
Link copied to clipboard
Required Inference endpoint authentication mode type
Link copied to clipboard
Description of the inference endpoint.
Link copied to clipboard
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
Property dictionary. Properties can be added, but not removed or altered.