Uses of Interface
org.mlflow.api.proto.Service.InputTagOrBuilder
-
Packages that use Service.InputTagOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.InputTagOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.InputTagOrBuilder Modifier and Type Class Description static classService.InputTagTag for an input.static classService.InputTag.BuilderTag for an input.Methods in org.mlflow.api.proto that return Service.InputTagOrBuilder Modifier and Type Method Description Service.InputTagOrBuilderService.DatasetInput.Builder. getTagsOrBuilder(int index)A list of tags for the dataset input, e.g.Service.InputTagOrBuilderService.DatasetInput. getTagsOrBuilder(int index)A list of tags for the dataset input, e.g.Service.InputTagOrBuilderService.DatasetInputOrBuilder. getTagsOrBuilder(int index)A list of tags for the dataset input, e.g.Methods in org.mlflow.api.proto that return types with arguments of type Service.InputTagOrBuilder Modifier and Type Method Description java.util.List<? extends Service.InputTagOrBuilder>Service.DatasetInput.Builder. getTagsOrBuilderList()A list of tags for the dataset input, e.g.java.util.List<? extends Service.InputTagOrBuilder>Service.DatasetInput. getTagsOrBuilderList()A list of tags for the dataset input, e.g.java.util.List<? extends Service.InputTagOrBuilder>Service.DatasetInputOrBuilder. getTagsOrBuilderList()A list of tags for the dataset input, e.g.
-