Batch Endpoint Args
data class BatchEndpointArgs(val authMode: Output<Either<String, EndpointAuthMode>>? = null, val description: Output<String>? = null, val keys: Output<EndpointAuthKeysArgs>? = null, val properties: Output<Map<String, String>>? = null, val traffic: Output<Map<String, Int>>? = null) : ConvertibleToJava<BatchEndpointArgs>
Batch endpoint configuration.
Constructors
Link copied to clipboard
constructor(authMode: Output<Either<String, EndpointAuthMode>>? = null, description: Output<String>? = null, keys: Output<EndpointAuthKeysArgs>? = null, properties: Output<Map<String, String>>? = null, traffic: Output<Map<String, Int>>? = null)
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.