BatchEndpointArgs

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
val authMode: Output<Either<String, EndpointAuthMode>>? = null

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 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(): BatchEndpointArgs