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
fun ServerlessEndpointResponse(authMode: String? = null, capacityReservation: ServerlessEndpointCapacityReservationResponse? = null, inferenceEndpoint: ServerlessInferenceEndpointResponse, offer: ServerlessOfferResponse, provisioningState: String)