Uses of Class
com.databricks.sdk.service.ml.RunTag
-
Packages that use RunTag Package Description com.databricks.sdk.service.ml -
-
Uses of RunTag in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return RunTag Modifier and Type Method Description RunTagRunTag. setKey(String key)RunTagRunTag. setValue(String value)Methods in com.databricks.sdk.service.ml that return types with arguments of type RunTag Modifier and Type Method Description Collection<RunTag>CreateRun. getTags()Collection<RunTag>LogBatch. getTags()Collection<RunTag>RunData. getTags()Method parameters in com.databricks.sdk.service.ml with type arguments of type RunTag Modifier and Type Method Description CreateRunCreateRun. setTags(Collection<RunTag> tags)LogBatchLogBatch. setTags(Collection<RunTag> tags)RunDataRunData. setTags(Collection<RunTag> tags)
-