Uses of Class
com.databricks.sdk.service.serving.BuildLogsResponse
-
Packages that use BuildLogsResponse Package Description com.databricks.sdk.service.serving -
-
Uses of BuildLogsResponse in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return BuildLogsResponse Modifier and Type Method Description BuildLogsResponse
ServingEndpointsAPI. buildLogs(BuildLogsRequest request)
Retrieve the logs associated with building the model's environment for a given serving endpoint's served model.BuildLogsResponse
ServingEndpointsAPI. buildLogs(String name, String servedModelName)
BuildLogsResponse
ServingEndpointsService. buildLogs(BuildLogsRequest buildLogsRequest)
Retrieve the logs associated with building the model's environment for a given serving endpoint's served model.BuildLogsResponse
BuildLogsResponse. setLogs(String logs)
-