Serverless Endpoint Response
data class ServerlessEndpointResponse(val authMode: String? = null, val capacityReservation: ServerlessEndpointCapacityReservationResponse? = null, val inferenceEndpoint: ServerlessInferenceEndpointResponse, val offer: ServerlessOfferResponse, val provisioningState: String)
Constructors
Link copied to clipboard
constructor(authMode: String? = null, capacityReservation: ServerlessEndpointCapacityReservationResponse? = null, inferenceEndpoint: ServerlessInferenceEndpointResponse, offer: ServerlessOfferResponse, provisioningState: String)
Properties
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
The inference uri to target when making requests against the serverless endpoint
Link copied to clipboard
Required The publisher-defined Serverless Offer to provision the endpoint with.
Link copied to clipboard
Provisioning state for the endpoint.