Uses of Interface
org.mlflow.api.proto.Service.ParamOrBuilder
-
Packages that use Service.ParamOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.ParamOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.ParamOrBuilder Modifier and Type Class Description static class
Service.Param
Param associated with a run.static class
Service.Param.Builder
Param associated with a run.Methods in org.mlflow.api.proto that return Service.ParamOrBuilder Modifier and Type Method Description Service.ParamOrBuilder
Service.LogBatch.Builder. getParamsOrBuilder(int index)
Params to log.Service.ParamOrBuilder
Service.LogBatch. getParamsOrBuilder(int index)
Params to log.Service.ParamOrBuilder
Service.LogBatchOrBuilder. getParamsOrBuilder(int index)
Params to log.Service.ParamOrBuilder
Service.RunData.Builder. getParamsOrBuilder(int index)
Run parameters.Service.ParamOrBuilder
Service.RunData. getParamsOrBuilder(int index)
Run parameters.Service.ParamOrBuilder
Service.RunDataOrBuilder. getParamsOrBuilder(int index)
Run parameters.Methods in org.mlflow.api.proto that return types with arguments of type Service.ParamOrBuilder Modifier and Type Method Description java.util.List<? extends Service.ParamOrBuilder>
Service.LogBatch.Builder. getParamsOrBuilderList()
Params to log.java.util.List<? extends Service.ParamOrBuilder>
Service.LogBatch. getParamsOrBuilderList()
Params to log.java.util.List<? extends Service.ParamOrBuilder>
Service.LogBatchOrBuilder. getParamsOrBuilderList()
Params to log.java.util.List<? extends Service.ParamOrBuilder>
Service.RunData.Builder. getParamsOrBuilderList()
Run parameters.java.util.List<? extends Service.ParamOrBuilder>
Service.RunData. getParamsOrBuilderList()
Run parameters.java.util.List<? extends Service.ParamOrBuilder>
Service.RunDataOrBuilder. getParamsOrBuilderList()
Run parameters.
-