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