Retrieves the service logs associated with the provided served model.
Usage
logs_serving_endpoint(client, name, served_model_name)
servingEndpointsLogs(client, name, served_model_name)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The name of the serving endpoint that the served model belongs to.
- served_model_name
Required. The name of the served model that logs will be retrieved for.