Uses of Class
org.mlflow.api.proto.Service.TraceInfo
Packages that use Service.TraceInfo
-
Uses of Service.TraceInfo in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.TraceInfo> Service.TraceInfo.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceInfoModifier and TypeMethodDescriptionService.TraceInfo.Builder.build()
Service.TraceInfo.Builder.buildPartial()
static Service.TraceInfo
Service.TraceInfo.getDefaultInstance()
Service.TraceInfo.Builder.getDefaultInstanceForType()
Service.TraceInfo.getDefaultInstanceForType()
Service.EndTrace.Response.Builder.getTraceInfo()
The updated trace.Service.EndTrace.Response.getTraceInfo()
The updated trace.Service.EndTrace.ResponseOrBuilder.getTraceInfo()
The updated trace.Service.GetTraceInfo.Response.Builder.getTraceInfo()
Metadata of the requested trace.Service.GetTraceInfo.Response.getTraceInfo()
Metadata of the requested trace.Service.GetTraceInfo.ResponseOrBuilder.getTraceInfo()
Metadata of the requested trace.Service.StartTrace.Response.Builder.getTraceInfo()
The newly created trace.Service.StartTrace.Response.getTraceInfo()
The newly created trace.Service.StartTrace.ResponseOrBuilder.getTraceInfo()
The newly created trace.Service.SearchTraces.Response.Builder.getTraces
(int index) Information about traces that match the search criteria.Service.SearchTraces.Response.getTraces
(int index) Information about traces that match the search criteria.Service.SearchTraces.ResponseOrBuilder.getTraces
(int index) Information about traces that match the search criteria.static Service.TraceInfo
Service.TraceInfo.parseDelimitedFrom
(InputStream input) static Service.TraceInfo
Service.TraceInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfo
Service.TraceInfo.parseFrom
(byte[] data) static Service.TraceInfo
Service.TraceInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfo
Service.TraceInfo.parseFrom
(com.google.protobuf.ByteString data) static Service.TraceInfo
Service.TraceInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfo
Service.TraceInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.TraceInfo
Service.TraceInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfo
Service.TraceInfo.parseFrom
(InputStream input) static Service.TraceInfo
Service.TraceInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfo
Service.TraceInfo.parseFrom
(ByteBuffer data) static Service.TraceInfo
Service.TraceInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Service.TraceInfo> Service.TraceInfo.getParserForType()
Service.SearchTraces.Response.Builder.getTracesList()
Information about traces that match the search criteria.Service.SearchTraces.Response.getTracesList()
Information about traces that match the search criteria.Service.SearchTraces.ResponseOrBuilder.getTracesList()
Information about traces that match the search criteria.static com.google.protobuf.Parser
<Service.TraceInfo> Service.TraceInfo.parser()
Methods in org.mlflow.api.proto with parameters of type Service.TraceInfoModifier and TypeMethodDescriptionService.SearchTraces.Response.Builder.addTraces
(int index, Service.TraceInfo value) Information about traces that match the search criteria.Service.SearchTraces.Response.Builder.addTraces
(Service.TraceInfo value) Information about traces that match the search criteria.Service.TraceInfo.Builder.mergeFrom
(Service.TraceInfo other) Service.EndTrace.Response.Builder.mergeTraceInfo
(Service.TraceInfo value) The updated trace.Service.GetTraceInfo.Response.Builder.mergeTraceInfo
(Service.TraceInfo value) Metadata of the requested trace.Service.StartTrace.Response.Builder.mergeTraceInfo
(Service.TraceInfo value) The newly created trace.static Service.TraceInfo.Builder
Service.TraceInfo.newBuilder
(Service.TraceInfo prototype) Service.EndTrace.Response.Builder.setTraceInfo
(Service.TraceInfo value) The updated trace.Service.GetTraceInfo.Response.Builder.setTraceInfo
(Service.TraceInfo value) Metadata of the requested trace.Service.StartTrace.Response.Builder.setTraceInfo
(Service.TraceInfo value) The newly created trace.Service.SearchTraces.Response.Builder.setTraces
(int index, Service.TraceInfo value) Information about traces that match the search criteria.Method parameters in org.mlflow.api.proto with type arguments of type Service.TraceInfoModifier and TypeMethodDescriptionService.SearchTraces.Response.Builder.addAllTraces
(Iterable<? extends Service.TraceInfo> values) Information about traces that match the search criteria.