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.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;
-