Uses of Class
org.mlflow.api.proto.Service.SearchTracesV3.Builder
Packages that use Service.SearchTracesV3.Builder
-
Uses of Service.SearchTracesV3.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.SearchTracesV3.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3.Builder.addAllLocations(Iterable<? extends Service.TraceLocation> values) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.addAllOrderBy(Iterable<String> values) List of columns for ordering the results, e.g.Service.SearchTracesV3.Builder.addLocations(int index, Service.TraceLocation value) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.addLocations(int index, Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.addLocations(Service.TraceLocation value) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.addLocations(Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.addOrderBy(String value) List of columns for ordering the results, e.g.Service.SearchTracesV3.Builder.addOrderByBytes(com.google.protobuf.ByteString value) List of columns for ordering the results, e.g.Service.SearchTracesV3.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.SearchTracesV3.Builder.clear()Service.SearchTracesV3.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.SearchTracesV3.Builder.clearFilter()A filter expression over trace attributes and tags that allows returning a subset of traces.Service.SearchTracesV3.Builder.clearLocations()A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.clearMaxResults()Maximum number of traces desired.Service.SearchTracesV3.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.SearchTracesV3.Builder.clearOrderBy()List of columns for ordering the results, e.g.Service.SearchTracesV3.Builder.clearPageToken()Token indicating the page of traces to fetch.Service.SearchTracesV3.Builder.clone()Service.SearchTracesV3.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.SearchTracesV3.Builder.mergeFrom(com.google.protobuf.Message other) Service.SearchTracesV3.Builder.mergeFrom(Service.SearchTracesV3 other) Service.SearchTracesV3.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchTracesV3.newBuilder()Service.SearchTracesV3.newBuilder(Service.SearchTracesV3 prototype) Service.SearchTracesV3.newBuilderForType()protected Service.SearchTracesV3.BuilderService.SearchTracesV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.SearchTracesV3.Builder.removeLocations(int index) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) A filter expression over trace attributes and tags that allows returning a subset of traces.Service.SearchTracesV3.Builder.setFilterBytes(com.google.protobuf.ByteString value) A filter expression over trace attributes and tags that allows returning a subset of traces.Service.SearchTracesV3.Builder.setLocations(int index, Service.TraceLocation value) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.setLocations(int index, Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.SearchTracesV3.Builder.setMaxResults(int value) Maximum number of traces desired.Service.SearchTracesV3.Builder.setOrderBy(int index, String value) List of columns for ordering the results, e.g.Service.SearchTracesV3.Builder.setPageToken(String value) Token indicating the page of traces to fetch.Service.SearchTracesV3.Builder.setPageTokenBytes(com.google.protobuf.ByteString value) Token indicating the page of traces to fetch.Service.SearchTracesV3.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.SearchTracesV3.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchTracesV3.toBuilder()