Uses of Class
org.mlflow.api.proto.Service.TraceInfoV3
Packages that use Service.TraceInfoV3
-
Uses of Service.TraceInfoV3 in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceInfoV3Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.TraceInfoV3>
Service.TraceInfoV3.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceInfoV3Modifier and TypeMethodDescriptionService.TraceInfoV3.Builder.build()
Service.TraceInfoV3.Builder.buildPartial()
static Service.TraceInfoV3
Service.TraceInfoV3.getDefaultInstance()
Service.TraceInfoV3.Builder.getDefaultInstanceForType()
Service.TraceInfoV3.getDefaultInstanceForType()
Service.Trace.Builder.getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.Trace.getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceOrBuilder.getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.SearchTracesV3Request.Response.Builder.getTraces
(int index) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.getTraces
(int index) Information about traces that match the search criteria.Service.SearchTracesV3Request.ResponseOrBuilder.getTraces
(int index) Information about traces that match the search criteria.static Service.TraceInfoV3
Service.TraceInfoV3.parseDelimitedFrom
(InputStream input) static Service.TraceInfoV3
Service.TraceInfoV3.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(byte[] data) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(com.google.protobuf.ByteString data) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(InputStream input) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(ByteBuffer data) static Service.TraceInfoV3
Service.TraceInfoV3.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoV3Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Service.TraceInfoV3>
Service.TraceInfoV3.getParserForType()
Service.SearchTracesV3Request.Response.Builder.getTracesList()
Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.getTracesList()
Information about traces that match the search criteria.Service.SearchTracesV3Request.ResponseOrBuilder.getTracesList()
Information about traces that match the search criteria.static com.google.protobuf.Parser<Service.TraceInfoV3>
Service.TraceInfoV3.parser()
Methods in org.mlflow.api.proto with parameters of type Service.TraceInfoV3Modifier and TypeMethodDescriptionService.SearchTracesV3Request.Response.Builder.addTraces
(int index, Service.TraceInfoV3 value) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.addTraces
(Service.TraceInfoV3 value) Information about traces that match the search criteria.Service.TraceInfoV3.Builder.mergeFrom
(Service.TraceInfoV3 other) Service.Trace.Builder.mergeTraceInfo
(Service.TraceInfoV3 value) optional .mlflow.TraceInfoV3 trace_info = 1;
static Service.TraceInfoV3.Builder
Service.TraceInfoV3.newBuilder
(Service.TraceInfoV3 prototype) Service.Trace.Builder.setTraceInfo
(Service.TraceInfoV3 value) optional .mlflow.TraceInfoV3 trace_info = 1;
Service.SearchTracesV3Request.Response.Builder.setTraces
(int index, Service.TraceInfoV3 value) Information about traces that match the search criteria.Method parameters in org.mlflow.api.proto with type arguments of type Service.TraceInfoV3Modifier and TypeMethodDescriptionService.SearchTracesV3Request.Response.Builder.addAllTraces
(Iterable<? extends Service.TraceInfoV3> values) Information about traces that match the search criteria.