public static final class Service.SearchRuns.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder> implements Service.SearchRunsOrBuilder
mlflow.SearchRuns
Modifier and Type | Method and Description |
---|---|
Service.SearchRuns.Builder |
addAllExperimentIds(Iterable<String> values)
List of experiment IDs to search over.
|
Service.SearchRuns.Builder |
addAllOrderBy(Iterable<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.Builder |
addExperimentIds(String value)
List of experiment IDs to search over.
|
Service.SearchRuns.Builder |
addExperimentIdsBytes(com.google.protobuf.ByteString value)
List of experiment IDs to search over.
|
Service.SearchRuns.Builder |
addOrderBy(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.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.
|
Service.SearchRuns.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.SearchRuns |
build() |
Service.SearchRuns |
buildPartial() |
Service.SearchRuns.Builder |
clear() |
Service.SearchRuns.Builder |
clearExperimentIds()
List of experiment IDs to search over.
|
Service.SearchRuns.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.SearchRuns.Builder |
clearFilter()
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
Service.SearchRuns.Builder |
clearMaxResults()
Maximum number of runs desired.
|
Service.SearchRuns.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
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.
|
Service.SearchRuns.Builder |
clearPageToken()
optional string page_token = 7; |
Service.SearchRuns.Builder |
clearRunViewType()
Whether to display only active, only deleted, or all runs.
|
Service.SearchRuns.Builder |
clone() |
Service.SearchRuns |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getExperimentIds(int index)
List of experiment IDs to search over.
|
com.google.protobuf.ByteString |
getExperimentIdsBytes(int index)
List of experiment IDs to search over.
|
int |
getExperimentIdsCount()
List of experiment IDs to search over.
|
com.google.protobuf.ProtocolStringList |
getExperimentIdsList()
List of experiment IDs to search over.
|
String |
getFilter()
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
int |
getMaxResults()
Maximum number of runs desired.
|
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.
|
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.
|
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.
|
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.
|
String |
getPageToken()
optional string page_token = 7; |
com.google.protobuf.ByteString |
getPageTokenBytes()
optional string page_token = 7; |
Service.ViewType |
getRunViewType()
Whether to display only active, only deleted, or all runs.
|
boolean |
hasFilter()
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
boolean |
hasMaxResults()
Maximum number of runs desired.
|
boolean |
hasPageToken()
optional string page_token = 7; |
boolean |
hasRunViewType()
Whether to display only active, only deleted, or all runs.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Service.SearchRuns.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.SearchRuns.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.SearchRuns.Builder |
mergeFrom(Service.SearchRuns other) |
Service.SearchRuns.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.SearchRuns.Builder |
setExperimentIds(int index,
String value)
List of experiment IDs to search over.
|
Service.SearchRuns.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.SearchRuns.Builder |
setFilter(String value)
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
Service.SearchRuns.Builder |
setFilterBytes(com.google.protobuf.ByteString value)
A filter expression over params, metrics, and tags, that allows returning a subset of
runs.
|
Service.SearchRuns.Builder |
setMaxResults(int value)
Maximum number of runs desired.
|
Service.SearchRuns.Builder |
setOrderBy(int index,
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.Builder |
setPageToken(String value)
optional string page_token = 7; |
Service.SearchRuns.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
optional string page_token = 7; |
Service.SearchRuns.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.SearchRuns.Builder |
setRunViewType(Service.ViewType value)
Whether to display only active, only deleted, or all runs.
|
Service.SearchRuns.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.SearchRuns build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.SearchRuns buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.SearchRuns.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder mergeFrom(Service.SearchRuns other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public Service.SearchRuns.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.SearchRuns.Builder>
IOException
public com.google.protobuf.ProtocolStringList getExperimentIdsList()
List of experiment IDs to search over.
repeated string experiment_ids = 1;
getExperimentIdsList
in interface Service.SearchRunsOrBuilder
public int getExperimentIdsCount()
List of experiment IDs to search over.
repeated string experiment_ids = 1;
getExperimentIdsCount
in interface Service.SearchRunsOrBuilder
public String getExperimentIds(int index)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
getExperimentIds
in interface Service.SearchRunsOrBuilder
public com.google.protobuf.ByteString getExperimentIdsBytes(int index)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
getExperimentIdsBytes
in interface Service.SearchRunsOrBuilder
public Service.SearchRuns.Builder setExperimentIds(int index, String value)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
public Service.SearchRuns.Builder addExperimentIds(String value)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
public Service.SearchRuns.Builder addAllExperimentIds(Iterable<String> values)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
public Service.SearchRuns.Builder clearExperimentIds()
List of experiment IDs to search over.
repeated string experiment_ids = 1;
public Service.SearchRuns.Builder addExperimentIdsBytes(com.google.protobuf.ByteString value)
List of experiment IDs to search over.
repeated string experiment_ids = 1;
public 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;
hasFilter
in interface Service.SearchRunsOrBuilder
public 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;
getFilter
in interface Service.SearchRunsOrBuilder
public 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;
getFilterBytes
in interface Service.SearchRunsOrBuilder
public Service.SearchRuns.Builder setFilter(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;
public 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;
public 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;
public 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];
hasRunViewType
in interface Service.SearchRunsOrBuilder
public 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];
getRunViewType
in interface Service.SearchRunsOrBuilder
public 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];
public 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];
public boolean hasMaxResults()
Maximum number of runs desired. Max threshold is 50000
optional int32 max_results = 5 [default = 1000];
hasMaxResults
in interface Service.SearchRunsOrBuilder
public int getMaxResults()
Maximum number of runs desired. Max threshold is 50000
optional int32 max_results = 5 [default = 1000];
getMaxResults
in interface Service.SearchRunsOrBuilder
public Service.SearchRuns.Builder setMaxResults(int value)
Maximum number of runs desired. Max threshold is 50000
optional int32 max_results = 5 [default = 1000];
public Service.SearchRuns.Builder clearMaxResults()
Maximum number of runs desired. Max threshold is 50000
optional int32 max_results = 5 [default = 1000];
public 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;
getOrderByList
in interface Service.SearchRunsOrBuilder
public 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;
getOrderByCount
in interface Service.SearchRunsOrBuilder
public 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;
getOrderBy
in interface Service.SearchRunsOrBuilder
public 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;
getOrderByBytes
in interface Service.SearchRunsOrBuilder
public Service.SearchRuns.Builder setOrderBy(int index, 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;
public Service.SearchRuns.Builder addOrderBy(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;
public Service.SearchRuns.Builder addAllOrderBy(Iterable<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;
public 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;
public 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;
public boolean hasPageToken()
optional string page_token = 7;
hasPageToken
in interface Service.SearchRunsOrBuilder
public String getPageToken()
optional string page_token = 7;
getPageToken
in interface Service.SearchRunsOrBuilder
public com.google.protobuf.ByteString getPageTokenBytes()
optional string page_token = 7;
getPageTokenBytes
in interface Service.SearchRunsOrBuilder
public Service.SearchRuns.Builder setPageToken(String value)
optional string page_token = 7;
public Service.SearchRuns.Builder clearPageToken()
optional string page_token = 7;
public Service.SearchRuns.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
optional string page_token = 7;
public final Service.SearchRuns.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
public final Service.SearchRuns.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.SearchRuns.Builder>
Copyright © 2019. All rights reserved.