InferenceEndpointArgs

data class InferenceEndpointArgs(val authMode: Output<Either<String, AuthMode>>, val description: Output<String>? = null, val groupId: Output<String>, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<InferenceEndpointArgs>

InferenceEndpoint configuration

Constructors

Link copied to clipboard
constructor(authMode: Output<Either<String, AuthMode>>, description: Output<String>? = null, groupId: Output<String>, properties: Output<Map<String, String>>? = null)

Properties

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

Required Authentication mode for the endpoint.

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

Description of the resource.

Link copied to clipboard
val groupId: Output<String>

Required Group within the same pool with which this endpoint needs to be associated with.

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

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

Functions

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