Uses of Interface
org.mlflow.api.proto.Service.TraceInfoV3OrBuilder
Packages that use Service.TraceInfoV3OrBuilder
-
Uses of Service.TraceInfoV3OrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.TraceInfoV3OrBuilderModifier and TypeClassDescriptionstatic final class
Protobuf typemlflow.TraceInfoV3
static final class
Protobuf typemlflow.TraceInfoV3
Methods in org.mlflow.api.proto that return Service.TraceInfoV3OrBuilderModifier and TypeMethodDescriptionService.Trace.Builder.getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.Trace.getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceOrBuilder.getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.SearchTracesV3Request.Response.Builder.getTracesOrBuilder
(int index) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.getTracesOrBuilder
(int index) Information about traces that match the search criteria.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.TraceInfoV3OrBuilderModifier and TypeMethodDescriptionList<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.Response.Builder.getTracesOrBuilderList()
Information about traces that match the search criteria.List<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.Response.getTracesOrBuilderList()
Information about traces that match the search criteria.List<? extends Service.TraceInfoV3OrBuilder>
Service.SearchTracesV3Request.ResponseOrBuilder.getTracesOrBuilderList()
Information about traces that match the search criteria.