Uses of Interface
org.mlflow.api.proto.Service.TraceLocationOrBuilder
-
Packages that use Service.TraceLocationOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.TraceLocationOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.TraceLocationOrBuilder Modifier and Type Class Description static class
Service.TraceLocation
The location where the traces was stored and producedstatic class
Service.TraceLocation.Builder
The location where the traces was stored and producedMethods in org.mlflow.api.proto that return Service.TraceLocationOrBuilder Modifier and Type Method Description Service.TraceLocationOrBuilder
Service.SearchTracesV3Request.Builder. getLocationsOrBuilder(int index)
A list of MLflow experiments to search over.Service.TraceLocationOrBuilder
Service.SearchTracesV3Request. getLocationsOrBuilder(int index)
A list of MLflow experiments to search over.Service.TraceLocationOrBuilder
Service.SearchTracesV3RequestOrBuilder. getLocationsOrBuilder(int index)
A list of MLflow experiments to search over.Service.TraceLocationOrBuilder
Service.TraceInfoV3.Builder. getTraceLocationOrBuilder()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocationOrBuilder
Service.TraceInfoV3. getTraceLocationOrBuilder()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocationOrBuilder
Service.TraceInfoV3OrBuilder. getTraceLocationOrBuilder()
optional .mlflow.TraceLocation trace_location = 3;
Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceLocationOrBuilder Modifier and Type Method Description java.util.List<? extends Service.TraceLocationOrBuilder>
Service.SearchTracesV3Request.Builder. getLocationsOrBuilderList()
A list of MLflow experiments to search over.java.util.List<? extends Service.TraceLocationOrBuilder>
Service.SearchTracesV3Request. getLocationsOrBuilderList()
A list of MLflow experiments to search over.java.util.List<? extends Service.TraceLocationOrBuilder>
Service.SearchTracesV3RequestOrBuilder. getLocationsOrBuilderList()
A list of MLflow experiments to search over.
-