createRealtimeEndpoint
abstract suspend fun createRealtimeEndpoint(input: CreateRealtimeEndpointRequest): CreateRealtimeEndpointResponse
Creates a real-time endpoint for the MLModel
. The endpoint contains the URI of the MLModel
; that is, the location to send real-time prediction requests for the specified MLModel
.