Uses of Class
org.mlflow.api.proto.Service.TraceLocation
Packages that use Service.TraceLocation
-
Uses of Service.TraceLocation in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.TraceLocationModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.TraceLocation>
Service.TraceLocation.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.TraceLocationModifier and TypeMethodDescriptionService.TraceLocation.Builder.build()
Service.TraceLocation.Builder.buildPartial()
static Service.TraceLocation
Service.TraceLocation.getDefaultInstance()
Service.TraceLocation.Builder.getDefaultInstanceForType()
Service.TraceLocation.getDefaultInstanceForType()
Service.SearchTracesV3Request.Builder.getLocations
(int index) A list of MLflow experiments to search over.Service.SearchTracesV3Request.getLocations
(int index) A list of MLflow experiments to search over.Service.SearchTracesV3RequestOrBuilder.getLocations
(int index) A list of MLflow experiments to search over.Service.TraceInfoV3.Builder.getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceInfoV3.getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceInfoV3OrBuilder.getTraceLocation()
optional .mlflow.TraceLocation trace_location = 3;
static Service.TraceLocation
Service.TraceLocation.parseDelimitedFrom
(InputStream input) static Service.TraceLocation
Service.TraceLocation.parseDelimitedFrom
(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
(InputStream input) static Service.TraceLocation
Service.TraceLocation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocation
Service.TraceLocation.parseFrom
(ByteBuffer data) static Service.TraceLocation
Service.TraceLocation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceLocationModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.getLocationsList()
A list of MLflow experiments to search over.Service.SearchTracesV3Request.getLocationsList()
A list of MLflow experiments to search over.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.TraceLocationModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.addLocations
(int index, Service.TraceLocation value) A list of MLflow experiments to search over.Service.SearchTracesV3Request.Builder.addLocations
(Service.TraceLocation value) A list of MLflow experiments to search over.Service.TraceLocation.Builder.mergeFrom
(Service.TraceLocation other) Service.TraceInfoV3.Builder.mergeTraceLocation
(Service.TraceLocation value) optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocation.newBuilder
(Service.TraceLocation prototype) Service.SearchTracesV3Request.Builder.setLocations
(int index, Service.TraceLocation value) A list of MLflow experiments to search over.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.TraceLocationModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.addAllLocations
(Iterable<? extends Service.TraceLocation> values) A list of MLflow experiments to search over.