Uses of Class
org.mlflow.api.proto.Service.SearchExperiments.Builder
Packages that use Service.SearchExperiments.Builder
-
Uses of Service.SearchExperiments.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.SearchExperiments.BuilderModifier and TypeMethodDescriptionService.SearchExperiments.Builder.addAllOrderBy(Iterable<String> values) List of columns for ordering search results, which can include experiment name and id with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchExperiments.Builder.addOrderBy(String value) List of columns for ordering search results, which can include experiment name and id with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchExperiments.Builder.addOrderByBytes(com.google.protobuf.ByteString value) List of columns for ordering search results, which can include experiment name and id with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchExperiments.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.SearchExperiments.Builder.clear()Service.SearchExperiments.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.SearchExperiments.Builder.clearFilter()A filter expression over experiment attributes and tags that allows returning a subset of experiments.Service.SearchExperiments.Builder.clearMaxResults()Maximum number of experiments desired.Service.SearchExperiments.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.SearchExperiments.Builder.clearOrderBy()List of columns for ordering search results, which can include experiment name and id with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchExperiments.Builder.clearPageToken()Token indicating the page of experiments to fetchService.SearchExperiments.Builder.clearViewType()Qualifier for type of experiments to be returned.Service.SearchExperiments.Builder.clone()Service.SearchExperiments.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.SearchExperiments.Builder.mergeFrom(com.google.protobuf.Message other) Service.SearchExperiments.Builder.mergeFrom(Service.SearchExperiments other) Service.SearchExperiments.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchExperiments.newBuilder()Service.SearchExperiments.newBuilder(Service.SearchExperiments prototype) Service.SearchExperiments.newBuilderForType()protected Service.SearchExperiments.BuilderService.SearchExperiments.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.SearchExperiments.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) A filter expression over experiment attributes and tags that allows returning a subset of experiments.Service.SearchExperiments.Builder.setFilterBytes(com.google.protobuf.ByteString value) A filter expression over experiment attributes and tags that allows returning a subset of experiments.Service.SearchExperiments.Builder.setMaxResults(long value) Maximum number of experiments desired.Service.SearchExperiments.Builder.setOrderBy(int index, String value) List of columns for ordering search results, which can include experiment name and id with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchExperiments.Builder.setPageToken(String value) Token indicating the page of experiments to fetchService.SearchExperiments.Builder.setPageTokenBytes(com.google.protobuf.ByteString value) Token indicating the page of experiments to fetchService.SearchExperiments.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.SearchExperiments.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchExperiments.Builder.setViewType(Service.ViewType value) Qualifier for type of experiments to be returned.Service.SearchExperiments.toBuilder()