Uses of Class
org.mlflow.api.proto.Service.TraceInfoV3
-
Packages that use Service.TraceInfoV3 Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.TraceInfoV3 in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceInfoV3 Modifier and Type Field Description static com.google.protobuf.Parser<Service.TraceInfoV3>
Service.TraceInfoV3. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceInfoV3 Modifier and Type Method Description Service.TraceInfoV3
Service.TraceInfoV3.Builder. build()
Service.TraceInfoV3
Service.TraceInfoV3.Builder. buildPartial()
static Service.TraceInfoV3
Service.TraceInfoV3. getDefaultInstance()
Service.TraceInfoV3
Service.TraceInfoV3.Builder. getDefaultInstanceForType()
Service.TraceInfoV3
Service.TraceInfoV3. getDefaultInstanceForType()
Service.TraceInfoV3
Service.Trace.Builder. getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3
Service.Trace. getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3
Service.TraceOrBuilder. getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3
Service.SearchTracesV3Request.Response.Builder. getTraces(int index)
Information about traces that match the search criteria.Service.TraceInfoV3
Service.SearchTracesV3Request.Response. getTraces(int index)
Information about traces that match the search criteria.Service.TraceInfoV3
Service.SearchTracesV3Request.ResponseOrBuilder. getTraces(int index)
Information about traces that match the search criteria.static Service.TraceInfoV3
Service.TraceInfoV3. parseDelimitedFrom(java.io.InputStream input)
static Service.TraceInfoV3
Service.TraceInfoV3. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Service.TraceInfoV3
Service.TraceInfoV3. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceInfoV3
Service.TraceInfoV3. parseFrom(java.nio.ByteBuffer data)
static Service.TraceInfoV3
Service.TraceInfoV3. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoV3 Modifier and Type Method Description com.google.protobuf.Parser<Service.TraceInfoV3>
Service.TraceInfoV3. getParserForType()
java.util.List<Service.TraceInfoV3>
Service.SearchTracesV3Request.Response.Builder. getTracesList()
Information about traces that match the search criteria.java.util.List<Service.TraceInfoV3>
Service.SearchTracesV3Request.Response. getTracesList()
Information about traces that match the search criteria.java.util.List<Service.TraceInfoV3>
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.TraceInfoV3 Modifier and Type Method Description Service.SearchTracesV3Request.Response.Builder
Service.SearchTracesV3Request.Response.Builder. addTraces(int index, Service.TraceInfoV3 value)
Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder
Service.SearchTracesV3Request.Response.Builder. addTraces(Service.TraceInfoV3 value)
Information about traces that match the search criteria.Service.TraceInfoV3.Builder
Service.TraceInfoV3.Builder. mergeFrom(Service.TraceInfoV3 other)
Service.Trace.Builder
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
Service.Trace.Builder. setTraceInfo(Service.TraceInfoV3 value)
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.SearchTracesV3Request.Response.Builder
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.TraceInfoV3 Modifier and Type Method Description Service.SearchTracesV3Request.Response.Builder
Service.SearchTracesV3Request.Response.Builder. addAllTraces(java.lang.Iterable<? extends Service.TraceInfoV3> values)
Information about traces that match the search criteria.
-