Uses of Class
com.databricks.sdk.service.ml.InputTag
-
Packages that use InputTag Package Description com.databricks.sdk.service.ml -
-
Uses of InputTag in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return InputTag Modifier and Type Method Description InputTagInputTag. setKey(String key)InputTagInputTag. setValue(String value)Methods in com.databricks.sdk.service.ml that return types with arguments of type InputTag Modifier and Type Method Description Collection<InputTag>DatasetInput. getTags()Method parameters in com.databricks.sdk.service.ml with type arguments of type InputTag Modifier and Type Method Description DatasetInputDatasetInput. setTags(Collection<InputTag> tags)
-