Package org.mlflow.api.proto
Class Service.SearchRuns.Builder
- java.lang.Object
- 
- com.google.protobuf.AbstractMessageLite.Builder
- 
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
- 
- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
- 
- org.mlflow.api.proto.Service.SearchRuns.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder,- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder,- java.lang.Cloneable,- Service.SearchRunsOrBuilder
 - Enclosing class:
- Service.SearchRuns
 
 public static final class Service.SearchRuns.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder> implements Service.SearchRunsOrBuilder Protobuf typemlflow.SearchRuns
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.SearchRuns.BuilderaddAllExperimentIds(java.lang.Iterable<java.lang.String> values)List of experiment IDs to search over.Service.SearchRuns.BuilderaddAllOrderBy(java.lang.Iterable<java.lang.String> values)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchRuns.BuilderaddExperimentIds(java.lang.String value)List of experiment IDs to search over.Service.SearchRuns.BuilderaddExperimentIdsBytes(com.google.protobuf.ByteString value)List of experiment IDs to search over.Service.SearchRuns.BuilderaddOrderBy(java.lang.String value)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchRuns.BuilderaddOrderByBytes(com.google.protobuf.ByteString value)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchRuns.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.SearchRunsbuild()Service.SearchRunsbuildPartial()Service.SearchRuns.Builderclear()Service.SearchRuns.BuilderclearExperimentIds()List of experiment IDs to search over.Service.SearchRuns.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.SearchRuns.BuilderclearFilter()A filter expression over params, metrics, and tags, that allows returning a subset of runs.Service.SearchRuns.BuilderclearMaxResults()Maximum number of runs desired.Service.SearchRuns.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.SearchRuns.BuilderclearOrderBy()List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchRuns.BuilderclearPageToken()optional string page_token = 7;Service.SearchRuns.BuilderclearRunViewType()Whether to display only active, only deleted, or all runs.Service.SearchRuns.Builderclone()Service.SearchRunsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetExperimentIds(int index)List of experiment IDs to search over.com.google.protobuf.ByteStringgetExperimentIdsBytes(int index)List of experiment IDs to search over.intgetExperimentIdsCount()List of experiment IDs to search over.com.google.protobuf.ProtocolStringListgetExperimentIdsList()List of experiment IDs to search over.java.lang.StringgetFilter()A filter expression over params, metrics, and tags, that allows returning a subset of runs.com.google.protobuf.ByteStringgetFilterBytes()A filter expression over params, metrics, and tags, that allows returning a subset of runs.intgetMaxResults()Maximum number of runs desired.java.lang.StringgetOrderBy(int index)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.com.google.protobuf.ByteStringgetOrderByBytes(int index)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.intgetOrderByCount()List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.com.google.protobuf.ProtocolStringListgetOrderByList()List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.java.lang.StringgetPageToken()optional string page_token = 7;com.google.protobuf.ByteStringgetPageTokenBytes()optional string page_token = 7;Service.ViewTypegetRunViewType()Whether to display only active, only deleted, or all runs.booleanhasFilter()A filter expression over params, metrics, and tags, that allows returning a subset of runs.booleanhasMaxResults()Maximum number of runs desired.booleanhasPageToken()optional string page_token = 7;booleanhasRunViewType()Whether to display only active, only deleted, or all runs.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.SearchRuns.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.SearchRuns.BuildermergeFrom(com.google.protobuf.Message other)Service.SearchRuns.BuildermergeFrom(Service.SearchRuns other)Service.SearchRuns.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.SearchRuns.BuildersetExperimentIds(int index, java.lang.String value)List of experiment IDs to search over.Service.SearchRuns.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.SearchRuns.BuildersetFilter(java.lang.String value)A filter expression over params, metrics, and tags, that allows returning a subset of runs.Service.SearchRuns.BuildersetFilterBytes(com.google.protobuf.ByteString value)A filter expression over params, metrics, and tags, that allows returning a subset of runs.Service.SearchRuns.BuildersetMaxResults(int value)Maximum number of runs desired.Service.SearchRuns.BuildersetOrderBy(int index, java.lang.String value)List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default.Service.SearchRuns.BuildersetPageToken(java.lang.String value)optional string page_token = 7;Service.SearchRuns.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)optional string page_token = 7;Service.SearchRuns.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.SearchRuns.BuildersetRunViewType(Service.ViewType value)Whether to display only active, only deleted, or all runs.Service.SearchRuns.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- 
Methods inherited from class com.google.protobuf.GeneratedMessageV3.BuildergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class com.google.protobuf.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
clearpublic Service.SearchRuns.Builder clear() - Specified by:
- clearin interface- com.google.protobuf.Message.Builder
- Specified by:
- clearin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clearin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
getDescriptorForTypepublic com.google.protobuf.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- com.google.protobuf.Message.Builder
- Specified by:
- getDescriptorForTypein interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
getDefaultInstanceForTypepublic Service.SearchRuns getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Service.SearchRuns build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Service.SearchRuns buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Service.SearchRuns.Builder clone() - Specified by:
- clonein interface- com.google.protobuf.Message.Builder
- Specified by:
- clonein interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clonein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
setFieldpublic Service.SearchRuns.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
clearFieldpublic Service.SearchRuns.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
clearOneofpublic Service.SearchRuns.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearOneofin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
setRepeatedFieldpublic Service.SearchRuns.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
addRepeatedFieldpublic Service.SearchRuns.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- addRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
mergeFrompublic Service.SearchRuns.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.SearchRuns.Builder>
 
 - 
mergeFrompublic Service.SearchRuns.Builder mergeFrom(Service.SearchRuns other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
mergeFrompublic Service.SearchRuns.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Specified by:
- mergeFromin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.SearchRuns.Builder>
- Throws:
- java.io.IOException
 
 - 
getExperimentIdsListpublic com.google.protobuf.ProtocolStringList getExperimentIdsList() List of experiment IDs to search over. repeated string experiment_ids = 1;- Specified by:
- getExperimentIdsListin interface- Service.SearchRunsOrBuilder
- Returns:
- A list containing the experimentIds.
 
 - 
getExperimentIdsCountpublic int getExperimentIdsCount() List of experiment IDs to search over. repeated string experiment_ids = 1;- Specified by:
- getExperimentIdsCountin interface- Service.SearchRunsOrBuilder
- Returns:
- The count of experimentIds.
 
 - 
getExperimentIdspublic java.lang.String getExperimentIds(int index) List of experiment IDs to search over. repeated string experiment_ids = 1;- Specified by:
- getExperimentIdsin interface- Service.SearchRunsOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The experimentIds at the given index.
 
 - 
getExperimentIdsBytespublic com.google.protobuf.ByteString getExperimentIdsBytes(int index) List of experiment IDs to search over. repeated string experiment_ids = 1;- Specified by:
- getExperimentIdsBytesin interface- Service.SearchRunsOrBuilder
- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the experimentIds at the given index.
 
 - 
setExperimentIdspublic Service.SearchRuns.Builder setExperimentIds(int index, java.lang.String value) List of experiment IDs to search over. repeated string experiment_ids = 1;- Parameters:
- index- The index to set the value at.
- value- The experimentIds to set.
- Returns:
- This builder for chaining.
 
 - 
addExperimentIdspublic Service.SearchRuns.Builder addExperimentIds(java.lang.String value) List of experiment IDs to search over. repeated string experiment_ids = 1;- Parameters:
- value- The experimentIds to add.
- Returns:
- This builder for chaining.
 
 - 
addAllExperimentIdspublic Service.SearchRuns.Builder addAllExperimentIds(java.lang.Iterable<java.lang.String> values) List of experiment IDs to search over. repeated string experiment_ids = 1;- Parameters:
- values- The experimentIds to add.
- Returns:
- This builder for chaining.
 
 - 
clearExperimentIdspublic Service.SearchRuns.Builder clearExperimentIds() List of experiment IDs to search over. repeated string experiment_ids = 1;- Returns:
- This builder for chaining.
 
 - 
addExperimentIdsBytespublic Service.SearchRuns.Builder addExperimentIdsBytes(com.google.protobuf.ByteString value) List of experiment IDs to search over. repeated string experiment_ids = 1;- Parameters:
- value- The bytes of the experimentIds to add.
- Returns:
- This builder for chaining.
 
 - 
hasFilterpublic boolean hasFilter() A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Specified by:
- hasFilterin interface- Service.SearchRunsOrBuilder
- Returns:
- Whether the filter field is set.
 
 - 
getFilterpublic java.lang.String getFilter() A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Specified by:
- getFilterin interface- Service.SearchRunsOrBuilder
- Returns:
- The filter.
 
 - 
getFilterBytespublic com.google.protobuf.ByteString getFilterBytes() A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Specified by:
- getFilterBytesin interface- Service.SearchRunsOrBuilder
- Returns:
- The bytes for filter.
 
 - 
setFilterpublic Service.SearchRuns.Builder setFilter(java.lang.String value) A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Parameters:
- value- The filter to set.
- Returns:
- This builder for chaining.
 
 - 
clearFilterpublic Service.SearchRuns.Builder clearFilter() A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Returns:
- This builder for chaining.
 
 - 
setFilterBytespublic Service.SearchRuns.Builder setFilterBytes(com.google.protobuf.ByteString value) A filter expression over params, metrics, and tags, that allows returning a subset of runs. The syntax is a subset of SQL that supports ANDing together binary operations between a param, metric, or tag and a constant. Example: ``metrics.rmse < 1 and params.model_class = 'LogisticRegression'`` You can select columns with special characters (hyphen, space, period, etc.) by using double quotes: ``metrics."model class" = 'LinearRegression' and tags."user-name" = 'Tomas'`` Supported operators are ``=``, ``!=``, ``>``, ``>=``, ``<``, and ``<=``. optional string filter = 4;- Parameters:
- value- The bytes for filter to set.
- Returns:
- This builder for chaining.
 
 - 
hasRunViewTypepublic boolean hasRunViewType() Whether to display only active, only deleted, or all runs. Defaults to only active runs. optional .mlflow.ViewType run_view_type = 3 [default = ACTIVE_ONLY];- Specified by:
- hasRunViewTypein interface- Service.SearchRunsOrBuilder
- Returns:
- Whether the runViewType field is set.
 
 - 
getRunViewTypepublic Service.ViewType getRunViewType() Whether to display only active, only deleted, or all runs. Defaults to only active runs. optional .mlflow.ViewType run_view_type = 3 [default = ACTIVE_ONLY];- Specified by:
- getRunViewTypein interface- Service.SearchRunsOrBuilder
- Returns:
- The runViewType.
 
 - 
setRunViewTypepublic Service.SearchRuns.Builder setRunViewType(Service.ViewType value) Whether to display only active, only deleted, or all runs. Defaults to only active runs. optional .mlflow.ViewType run_view_type = 3 [default = ACTIVE_ONLY];- Parameters:
- value- The runViewType to set.
- Returns:
- This builder for chaining.
 
 - 
clearRunViewTypepublic Service.SearchRuns.Builder clearRunViewType() Whether to display only active, only deleted, or all runs. Defaults to only active runs. optional .mlflow.ViewType run_view_type = 3 [default = ACTIVE_ONLY];- Returns:
- This builder for chaining.
 
 - 
hasMaxResultspublic boolean hasMaxResults() Maximum number of runs desired. If unspecified, defaults to 1000. All servers are guaranteed to support a `max_results` threshold of at least 50,000 but may support more. Callers of this endpoint are encouraged to pass max_results explicitly and leverage page_token to iterate through experiments. optional int32 max_results = 5 [default = 1000];- Specified by:
- hasMaxResultsin interface- Service.SearchRunsOrBuilder
- Returns:
- Whether the maxResults field is set.
 
 - 
getMaxResultspublic int getMaxResults() Maximum number of runs desired. If unspecified, defaults to 1000. All servers are guaranteed to support a `max_results` threshold of at least 50,000 but may support more. Callers of this endpoint are encouraged to pass max_results explicitly and leverage page_token to iterate through experiments. optional int32 max_results = 5 [default = 1000];- Specified by:
- getMaxResultsin interface- Service.SearchRunsOrBuilder
- Returns:
- The maxResults.
 
 - 
setMaxResultspublic Service.SearchRuns.Builder setMaxResults(int value) Maximum number of runs desired. If unspecified, defaults to 1000. All servers are guaranteed to support a `max_results` threshold of at least 50,000 but may support more. Callers of this endpoint are encouraged to pass max_results explicitly and leverage page_token to iterate through experiments. optional int32 max_results = 5 [default = 1000];- Parameters:
- value- The maxResults to set.
- Returns:
- This builder for chaining.
 
 - 
clearMaxResultspublic Service.SearchRuns.Builder clearMaxResults() Maximum number of runs desired. If unspecified, defaults to 1000. All servers are guaranteed to support a `max_results` threshold of at least 50,000 but may support more. Callers of this endpoint are encouraged to pass max_results explicitly and leverage page_token to iterate through experiments. optional int32 max_results = 5 [default = 1000];- Returns:
- This builder for chaining.
 
 - 
getOrderByListpublic com.google.protobuf.ProtocolStringList getOrderByList() List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Specified by:
- getOrderByListin interface- Service.SearchRunsOrBuilder
- Returns:
- A list containing the orderBy.
 
 - 
getOrderByCountpublic int getOrderByCount() List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Specified by:
- getOrderByCountin interface- Service.SearchRunsOrBuilder
- Returns:
- The count of orderBy.
 
 - 
getOrderBypublic java.lang.String getOrderBy(int index) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Specified by:
- getOrderByin interface- Service.SearchRunsOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The orderBy at the given index.
 
 - 
getOrderByBytespublic com.google.protobuf.ByteString getOrderByBytes(int index) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Specified by:
- getOrderByBytesin interface- Service.SearchRunsOrBuilder
- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the orderBy at the given index.
 
 - 
setOrderBypublic Service.SearchRuns.Builder setOrderBy(int index, java.lang.String value) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Parameters:
- index- The index to set the value at.
- value- The orderBy to set.
- Returns:
- This builder for chaining.
 
 - 
addOrderBypublic Service.SearchRuns.Builder addOrderBy(java.lang.String value) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Parameters:
- value- The orderBy to add.
- Returns:
- This builder for chaining.
 
 - 
addAllOrderBypublic Service.SearchRuns.Builder addAllOrderBy(java.lang.Iterable<java.lang.String> values) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Parameters:
- values- The orderBy to add.
- Returns:
- This builder for chaining.
 
 - 
clearOrderBypublic Service.SearchRuns.Builder clearOrderBy() List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Returns:
- This builder for chaining.
 
 - 
addOrderByBytespublic Service.SearchRuns.Builder addOrderByBytes(com.google.protobuf.ByteString value) List of columns to be ordered by, including attributes, params, metrics, and tags with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Example: ["params.input DESC", "metrics.alpha ASC", "metrics.rmse"] Tiebreaks are done by start_time DESC followed by run_id for runs with the same start time (and this is the default ordering criterion if order_by is not provided). repeated string order_by = 6;- Parameters:
- value- The bytes of the orderBy to add.
- Returns:
- This builder for chaining.
 
 - 
hasPageTokenpublic boolean hasPageToken() optional string page_token = 7;- Specified by:
- hasPageTokenin interface- Service.SearchRunsOrBuilder
- Returns:
- Whether the pageToken field is set.
 
 - 
getPageTokenpublic java.lang.String getPageToken() optional string page_token = 7;- Specified by:
- getPageTokenin interface- Service.SearchRunsOrBuilder
- Returns:
- The pageToken.
 
 - 
getPageTokenBytespublic com.google.protobuf.ByteString getPageTokenBytes() optional string page_token = 7;- Specified by:
- getPageTokenBytesin interface- Service.SearchRunsOrBuilder
- Returns:
- The bytes for pageToken.
 
 - 
setPageTokenpublic Service.SearchRuns.Builder setPageToken(java.lang.String value) optional string page_token = 7;- Parameters:
- value- The pageToken to set.
- Returns:
- This builder for chaining.
 
 - 
clearPageTokenpublic Service.SearchRuns.Builder clearPageToken() optional string page_token = 7;- Returns:
- This builder for chaining.
 
 - 
setPageTokenBytespublic Service.SearchRuns.Builder setPageTokenBytes(com.google.protobuf.ByteString value) optional string page_token = 7;- Parameters:
- value- The bytes for pageToken to set.
- Returns:
- This builder for chaining.
 
 - 
setUnknownFieldspublic final Service.SearchRuns.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- setUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 - 
mergeUnknownFieldspublic final Service.SearchRuns.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
 
 
- 
 
-