Uses of Class
com.databricks.sdk.service.serving.LogsRequest
-
Packages that use LogsRequest Package Description com.databricks.sdk.service.serving -
-
Uses of LogsRequest in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return LogsRequest Modifier and Type Method Description LogsRequestLogsRequest. setName(String name)LogsRequestLogsRequest. setServedModelName(String servedModelName)Methods in com.databricks.sdk.service.serving with parameters of type LogsRequest Modifier and Type Method Description ServerLogsResponseServingEndpointsAPI. logs(LogsRequest request)Retrieve the most recent log lines associated with a given serving endpoint's served model.ServerLogsResponseServingEndpointsService. logs(LogsRequest logsRequest)Retrieve the most recent log lines associated with a given serving endpoint's served model.
-