Uses of Interface
org.mlflow.api.proto.Service.TraceInfoV3OrBuilder
-
Packages that use Service.TraceInfoV3OrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.TraceInfoV3OrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.TraceInfoV3OrBuilder Modifier and Type Class Description static class
Service.TraceInfoV3
Protobuf typemlflow.TraceInfoV3
static class
Service.TraceInfoV3.Builder
Protobuf typemlflow.TraceInfoV3
Methods in org.mlflow.api.proto that return Service.TraceInfoV3OrBuilder Modifier and Type Method Description Service.TraceInfoV3OrBuilder
Service.Trace.Builder. getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3OrBuilder
Service.Trace. getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3OrBuilder
Service.TraceOrBuilder. getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3OrBuilder
Service.SearchTracesV3Request.Response.Builder. getTracesOrBuilder(int index)
Information about traces that match the search criteria.Service.TraceInfoV3OrBuilder
Service.SearchTracesV3Request.Response. getTracesOrBuilder(int index)
Information about traces that match the search criteria.Service.TraceInfoV3OrBuilder
Service.SearchTracesV3Request.ResponseOrBuilder. getTracesOrBuilder(int index)
Information about traces that match the search criteria.Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoV3OrBuilder Modifier and Type Method Description java.util.List<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.Response.Builder. getTracesOrBuilderList()
Information about traces that match the search criteria.java.util.List<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.Response. getTracesOrBuilderList()
Information about traces that match the search criteria.java.util.List<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.ResponseOrBuilder. getTracesOrBuilderList()
Information about traces that match the search criteria.
-