Uses of Class
com.databricks.sdk.service.ml.Run
-
Packages that use Run Package Description com.databricks.sdk.service.ml -
-
Uses of Run in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return Run Modifier and Type Method Description RunCreateRunResponse. getRun()RunGetRunResponse. getRun()RunRun. setData(RunData data)RunRun. setInfo(RunInfo info)RunRun. setInputs(RunInputs inputs)Methods in com.databricks.sdk.service.ml that return types with arguments of type Run Modifier and Type Method Description Collection<Run>SearchRunsResponse. getRuns()Iterable<Run>ExperimentsAPI. searchRuns(SearchRuns request)Search for runs.Methods in com.databricks.sdk.service.ml with parameters of type Run Modifier and Type Method Description CreateRunResponseCreateRunResponse. setRun(Run run)GetRunResponseGetRunResponse. setRun(Run run)Method parameters in com.databricks.sdk.service.ml with type arguments of type Run Modifier and Type Method Description SearchRunsResponseSearchRunsResponse. setRuns(Collection<Run> runs)
-