Retrieves the build logs associated with the provided served model.
Usage
build_serving_endpoint_logs(client, name, served_model_name)
servingEndpointsBuildLogs(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 build logs will be retrieved for.