Uses of Class
org.mlflow.api.proto.Service.Trace
Packages that use Service.Trace
-
Uses of Service.Trace in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.Trace>
Service.Trace.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceModifier and TypeMethodDescriptionService.Trace.Builder.build()
Service.Trace.Builder.buildPartial()
static Service.Trace
Service.Trace.getDefaultInstance()
Service.Trace.Builder.getDefaultInstanceForType()
Service.Trace.getDefaultInstanceForType()
Service.GetTraceInfoV3.Response.Builder.getTrace()
optional .mlflow.Trace trace = 1;
Service.GetTraceInfoV3.Response.getTrace()
optional .mlflow.Trace trace = 1;
Service.GetTraceInfoV3.ResponseOrBuilder.getTrace()
optional .mlflow.Trace trace = 1;
Service.StartTraceV3.Builder.getTrace()
The information for the trace being created.Service.StartTraceV3.getTrace()
The information for the trace being created.Service.StartTraceV3.Response.Builder.getTrace()
The created trace information.Service.StartTraceV3.Response.getTrace()
The created trace information.Service.StartTraceV3.ResponseOrBuilder.getTrace()
The created trace information.Service.StartTraceV3OrBuilder.getTrace()
The information for the trace being created.static Service.Trace
Service.Trace.parseDelimitedFrom
(InputStream input) static Service.Trace
Service.Trace.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Trace
Service.Trace.parseFrom
(byte[] data) static Service.Trace
Service.Trace.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Trace
Service.Trace.parseFrom
(com.google.protobuf.ByteString data) static Service.Trace
Service.Trace.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Trace
Service.Trace.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.Trace
Service.Trace.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Trace
Service.Trace.parseFrom
(InputStream input) static Service.Trace
Service.Trace.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Trace
Service.Trace.parseFrom
(ByteBuffer data) static Service.Trace
Service.Trace.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Service.Trace>
Service.Trace.getParserForType()
static com.google.protobuf.Parser<Service.Trace>
Service.Trace.parser()
Methods in org.mlflow.api.proto with parameters of type Service.TraceModifier and TypeMethodDescriptionService.Trace.Builder.mergeFrom
(Service.Trace other) Service.GetTraceInfoV3.Response.Builder.mergeTrace
(Service.Trace value) optional .mlflow.Trace trace = 1;
Service.StartTraceV3.Builder.mergeTrace
(Service.Trace value) The information for the trace being created.Service.StartTraceV3.Response.Builder.mergeTrace
(Service.Trace value) The created trace information.static Service.Trace.Builder
Service.Trace.newBuilder
(Service.Trace prototype) Service.GetTraceInfoV3.Response.Builder.setTrace
(Service.Trace value) optional .mlflow.Trace trace = 1;
Service.StartTraceV3.Builder.setTrace
(Service.Trace value) The information for the trace being created.Service.StartTraceV3.Response.Builder.setTrace
(Service.Trace value) The created trace information.