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.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.TraceInfoModifier and TypeMethodDescriptionService.TraceInfo.Builder.build()Service.TraceInfo.Builder.buildPartial()static Service.TraceInfoService.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.Service.SearchUnifiedTraces.Response.Builder.getTraces(int index) Information about traces that match the search criteria.Service.SearchUnifiedTraces.Response.getTraces(int index) Information about traces that match the search criteria.Service.SearchUnifiedTraces.ResponseOrBuilder.getTraces(int index) Information about traces that match the search criteria.static Service.TraceInfoService.TraceInfo.parseDelimitedFrom(InputStream input) static Service.TraceInfoService.TraceInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoService.TraceInfo.parseFrom(byte[] data) static Service.TraceInfoService.TraceInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoService.TraceInfo.parseFrom(com.google.protobuf.ByteString data) static Service.TraceInfoService.TraceInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoService.TraceInfo.parseFrom(com.google.protobuf.CodedInputStream input) static Service.TraceInfoService.TraceInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoService.TraceInfo.parseFrom(InputStream input) static Service.TraceInfoService.TraceInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceInfoService.TraceInfo.parseFrom(ByteBuffer data) static Service.TraceInfoService.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.Service.SearchUnifiedTraces.Response.Builder.getTracesList()Information about traces that match the search criteria.Service.SearchUnifiedTraces.Response.getTracesList()Information about traces that match the search criteria.Service.SearchUnifiedTraces.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.SearchUnifiedTraces.Response.Builder.addTraces(int index, Service.TraceInfo value) Information about traces that match the search criteria.Service.SearchUnifiedTraces.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.BuilderService.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.Service.SearchUnifiedTraces.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.Service.SearchUnifiedTraces.Response.Builder.addAllTraces(Iterable<? extends Service.TraceInfo> values) Information about traces that match the search criteria.