status property

EndpointStatus? status
final

Specifies the status of the endpoint. Because the endpoint updates and creation are asynchronous, so customers will need to wait for the endpoint to be Ready status before making inference requests.

Implementation

final EndpointStatus? status;