endpointStatus property

RealtimeEndpointStatus? endpointStatus
final

The current status of the real-time endpoint for the MLModel. This element can have one of the following values:

  • NONE - Endpoint does not exist or was previously deleted.
  • READY - Endpoint is ready to be used for real-time predictions.
  • UPDATING - Updating/creating the endpoint.

Implementation

final RealtimeEndpointStatus? endpointStatus;