ServerlessEndpointArgs

data class ServerlessEndpointArgs(val authMode: Output<Either<String, ServerlessInferenceEndpointAuthMode>>? = null, val capacityReservation: Output<ServerlessEndpointCapacityReservationArgs>? = null, val offer: Output<ServerlessOfferArgs>) : ConvertibleToJava<ServerlessEndpointArgs>

Constructors

Link copied to clipboard
fun ServerlessEndpointArgs(authMode: Output<Either<String, ServerlessInferenceEndpointAuthMode>>? = null, capacityReservation: Output<ServerlessEndpointCapacityReservationArgs>? = null, offer: Output<ServerlessOfferArgs>)

Functions

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

Properties

Link copied to clipboard

Specifies the authentication mode for the Serverless endpoint.

Link copied to clipboard

Optional capacity reservation information for the endpoint. When specified, the Serverless Endpoint will be allocated capacity from the specified capacity reservation group.

Link copied to clipboard

Required The publisher-defined Serverless Offer to provision the endpoint with.