Serverless Endpoint Args
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
Specifies the content safety options. If omitted, the default content safety settings will be configured
Link copied to clipboard
The model settings (model id) for the model being serviced on the ServerlessEndpoint.