Uses of Class
org.mlflow.api.proto.Service.TraceLocation
-
Packages that use Service.TraceLocation Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.TraceLocation in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceLocation Modifier and Type Field Description static com.google.protobuf.Parser<Service.TraceLocation>
Service.TraceLocation. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceLocation Modifier and Type Method Description Service.TraceLocation
Service.TraceLocation.Builder. build()
Service.TraceLocation
Service.TraceLocation.Builder. buildPartial()
static Service.TraceLocation
Service.TraceLocation. getDefaultInstance()
Service.TraceLocation
Service.TraceLocation.Builder. getDefaultInstanceForType()
Service.TraceLocation
Service.TraceLocation. getDefaultInstanceForType()
Service.TraceLocation
Service.SearchTracesV3Request.Builder. getLocations(int index)
A list of MLflow experiments to search over.Service.TraceLocation
Service.SearchTracesV3Request. getLocations(int index)
A list of MLflow experiments to search over.Service.TraceLocation
Service.SearchTracesV3RequestOrBuilder. getLocations(int index)
A list of MLflow experiments to search over.Service.TraceLocation
Service.TraceInfoV3.Builder. getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocation
Service.TraceInfoV3. getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocation
Service.TraceInfoV3OrBuilder. getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
static Service.TraceLocation
Service.TraceLocation. parseDelimitedFrom(java.io.InputStream input)
static Service.TraceLocation
Service.TraceLocation. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceLocation
Service.TraceLocation. parseFrom(byte[] data)
static Service.TraceLocation
Service.TraceLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceLocation
Service.TraceLocation. parseFrom(com.google.protobuf.ByteString data)
static Service.TraceLocation
Service.TraceLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceLocation
Service.TraceLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.TraceLocation
Service.TraceLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceLocation
Service.TraceLocation. parseFrom(java.io.InputStream input)
static Service.TraceLocation
Service.TraceLocation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.TraceLocation
Service.TraceLocation. parseFrom(java.nio.ByteBuffer data)
static Service.TraceLocation
Service.TraceLocation. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceLocation Modifier and Type Method Description java.util.List<Service.TraceLocation>
Service.SearchTracesV3Request.Builder. getLocationsList()
A list of MLflow experiments to search over.java.util.List<Service.TraceLocation>
Service.SearchTracesV3Request. getLocationsList()
A list of MLflow experiments to search over.java.util.List<Service.TraceLocation>
Service.SearchTracesV3RequestOrBuilder. getLocationsList()
A list of MLflow experiments to search over.com.google.protobuf.Parser<Service.TraceLocation>
Service.TraceLocation. getParserForType()
static com.google.protobuf.Parser<Service.TraceLocation>
Service.TraceLocation. parser()
Methods in org.mlflow.api.proto with parameters of type Service.TraceLocation Modifier and Type Method Description Service.SearchTracesV3Request.Builder
Service.SearchTracesV3Request.Builder. addLocations(int index, Service.TraceLocation value)
A list of MLflow experiments to search over.Service.SearchTracesV3Request.Builder
Service.SearchTracesV3Request.Builder. addLocations(Service.TraceLocation value)
A list of MLflow experiments to search over.Service.TraceLocation.Builder
Service.TraceLocation.Builder. mergeFrom(Service.TraceLocation other)
Service.TraceInfoV3.Builder
Service.TraceInfoV3.Builder. mergeTraceLocation(Service.TraceLocation value)
optional .mlflow.TraceLocation trace_location = 3;
static Service.TraceLocation.Builder
Service.TraceLocation. newBuilder(Service.TraceLocation prototype)
Service.SearchTracesV3Request.Builder
Service.SearchTracesV3Request.Builder. setLocations(int index, Service.TraceLocation value)
A list of MLflow experiments to search over.Service.TraceInfoV3.Builder
Service.TraceInfoV3.Builder. setTraceLocation(Service.TraceLocation value)
optional .mlflow.TraceLocation trace_location = 3;
Method parameters in org.mlflow.api.proto with type arguments of type Service.TraceLocation Modifier and Type Method Description Service.SearchTracesV3Request.Builder
Service.SearchTracesV3Request.Builder. addAllLocations(java.lang.Iterable<? extends Service.TraceLocation> values)
A list of MLflow experiments to search over.
-