Uses of Class
org.mlflow.api.proto.Service.Trace
-
Packages that use Service.Trace Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.Trace in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.Trace Modifier and Type Field Description static com.google.protobuf.Parser<Service.Trace>
Service.Trace. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.Trace Modifier and Type Method Description Service.Trace
Service.Trace.Builder. build()
Service.Trace
Service.Trace.Builder. buildPartial()
static Service.Trace
Service.Trace. getDefaultInstance()
Service.Trace
Service.Trace.Builder. getDefaultInstanceForType()
Service.Trace
Service.Trace. getDefaultInstanceForType()
Service.Trace
Service.GetTraceInfoV3.Response.Builder. getTrace()
optional .mlflow.Trace trace = 1;
Service.Trace
Service.GetTraceInfoV3.Response. getTrace()
optional .mlflow.Trace trace = 1;
Service.Trace
Service.GetTraceInfoV3.ResponseOrBuilder. getTrace()
optional .mlflow.Trace trace = 1;
Service.Trace
Service.StartTraceV3.Builder. getTrace()
The information for the trace being created.Service.Trace
Service.StartTraceV3. getTrace()
The information for the trace being created.Service.Trace
Service.StartTraceV3.Response.Builder. getTrace()
The created trace information.Service.Trace
Service.StartTraceV3.Response. getTrace()
The created trace information.Service.Trace
Service.StartTraceV3.ResponseOrBuilder. getTrace()
The created trace information.Service.Trace
Service.StartTraceV3OrBuilder. getTrace()
The information for the trace being created.static Service.Trace
Service.Trace. parseDelimitedFrom(java.io.InputStream input)
static Service.Trace
Service.Trace. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Service.Trace
Service.Trace. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Trace
Service.Trace. parseFrom(java.nio.ByteBuffer data)
static Service.Trace
Service.Trace. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.Trace Modifier and Type Method Description com.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.Trace Modifier and Type Method Description Service.Trace.Builder
Service.Trace.Builder. mergeFrom(Service.Trace other)
Service.GetTraceInfoV3.Response.Builder
Service.GetTraceInfoV3.Response.Builder. mergeTrace(Service.Trace value)
optional .mlflow.Trace trace = 1;
Service.StartTraceV3.Builder
Service.StartTraceV3.Builder. mergeTrace(Service.Trace value)
The information for the trace being created.Service.StartTraceV3.Response.Builder
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
Service.GetTraceInfoV3.Response.Builder. setTrace(Service.Trace value)
optional .mlflow.Trace trace = 1;
Service.StartTraceV3.Builder
Service.StartTraceV3.Builder. setTrace(Service.Trace value)
The information for the trace being created.Service.StartTraceV3.Response.Builder
Service.StartTraceV3.Response.Builder. setTrace(Service.Trace value)
The created trace information.
-