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.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.TraceLocationModifier and TypeMethodDescriptionService.TraceLocation.Builder.build()Service.TraceLocation.Builder.buildPartial()static Service.TraceLocationService.TraceLocation.getDefaultInstance()Service.TraceLocation.Builder.getDefaultInstanceForType()Service.TraceLocation.getDefaultInstanceForType()Service.SearchTracesV3.Builder.getLocations(int index) A list of MLflow experiments to search over.Service.SearchTracesV3.getLocations(int index) A list of MLflow experiments to search over.Service.SearchTracesV3OrBuilder.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.TraceLocationService.TraceLocation.parseDelimitedFrom(InputStream input) static Service.TraceLocationService.TraceLocation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocationService.TraceLocation.parseFrom(byte[] data) static Service.TraceLocationService.TraceLocation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocationService.TraceLocation.parseFrom(com.google.protobuf.ByteString data) static Service.TraceLocationService.TraceLocation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocationService.TraceLocation.parseFrom(com.google.protobuf.CodedInputStream input) static Service.TraceLocationService.TraceLocation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocationService.TraceLocation.parseFrom(InputStream input) static Service.TraceLocationService.TraceLocation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.TraceLocationService.TraceLocation.parseFrom(ByteBuffer data) static Service.TraceLocationService.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.SearchTracesV3.Builder.getLocationsList()A list of MLflow experiments to search over.Service.SearchTracesV3.getLocationsList()A list of MLflow experiments to search over.Service.SearchTracesV3OrBuilder.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.SearchTracesV3.Builder.addLocations(int index, Service.TraceLocation value) A list of MLflow experiments to search over.Service.SearchTracesV3.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.SearchTracesV3.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.SearchTracesV3.Builder.addAllLocations(Iterable<? extends Service.TraceLocation> values) A list of MLflow experiments to search over.