createRealtimeEndpoint
inline suspend fun MachineLearningClient.createRealtimeEndpoint(crossinline block: CreateRealtimeEndpointRequest.Builder.() -> Unit): 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
.