ServerlessEndpointArgs

data class ServerlessEndpointArgs(val authMode: Output<Either<String, ServerlessInferenceEndpointAuthMode>>, val contentSafety: Output<ContentSafetyArgs>? = null, val modelSettings: Output<ModelSettingsArgs>? = null) : ConvertibleToJava<ServerlessEndpointArgs>

Constructors

Link copied to clipboard
constructor(authMode: Output<Either<String, ServerlessInferenceEndpointAuthMode>>, contentSafety: Output<ContentSafetyArgs>? = null, modelSettings: Output<ModelSettingsArgs>? = null)

Properties

Link copied to clipboard

Required Specifies the authentication mode for the Serverless endpoint.

Link copied to clipboard
val contentSafety: Output<ContentSafetyArgs>? = null

Specifies the content safety options. If omitted, the default content safety settings will be configured

Link copied to clipboard
val modelSettings: Output<ModelSettingsArgs>? = null

The model settings (model id) for the model being serviced on the ServerlessEndpoint.

Functions

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