Package org.mlflow.api.proto
Interface Service.SearchUnifiedTracesOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.SearchUnifiedTraces,- Service.SearchUnifiedTraces.Builder
 - Enclosing class:
- Service
 
 public static interface Service.SearchUnifiedTracesOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExperimentIds(int index)TODO: Eventually we want to provide an API that only uses model_idcom.google.protobuf.ByteStringgetExperimentIdsBytes(int index)TODO: Eventually we want to provide an API that only uses model_idintgetExperimentIdsCount()TODO: Eventually we want to provide an API that only uses model_idjava.util.List<java.lang.String>getExperimentIdsList()TODO: Eventually we want to provide an API that only uses model_idjava.lang.StringgetFilter()A filter expression over trace attributes and tags that allows returning a subset of traces.com.google.protobuf.ByteStringgetFilterBytes()A filter expression over trace attributes and tags that allows returning a subset of traces.intgetMaxResults()Maximum number of traces desired.java.lang.StringgetModelId()optional string model_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringgetModelIdBytes()optional string model_id = 1 [(.mlflow.validate_required) = true];java.lang.StringgetOrderBy(int index)List of columns for ordering the results, e.g.com.google.protobuf.ByteStringgetOrderByBytes(int index)List of columns for ordering the results, e.g.intgetOrderByCount()List of columns for ordering the results, e.g.java.util.List<java.lang.String>getOrderByList()List of columns for ordering the results, e.g.java.lang.StringgetPageToken()Token indicating the page of traces to fetch.com.google.protobuf.ByteStringgetPageTokenBytes()Token indicating the page of traces to fetch.java.lang.StringgetSqlWarehouseId()optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringgetSqlWarehouseIdBytes()optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];booleanhasFilter()A filter expression over trace attributes and tags that allows returning a subset of traces.booleanhasMaxResults()Maximum number of traces desired.booleanhasModelId()optional string model_id = 1 [(.mlflow.validate_required) = true];booleanhasPageToken()Token indicating the page of traces to fetch.booleanhasSqlWarehouseId()optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasModelIdboolean hasModelId() optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdjava.lang.String getModelId() optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The modelId.
 
 - 
getModelIdBytescom.google.protobuf.ByteString getModelIdBytes() optional string model_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for modelId.
 
 - 
hasSqlWarehouseIdboolean hasSqlWarehouseId() optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the sqlWarehouseId field is set.
 
 - 
getSqlWarehouseIdjava.lang.String getSqlWarehouseId() optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- The sqlWarehouseId.
 
 - 
getSqlWarehouseIdBytescom.google.protobuf.ByteString getSqlWarehouseIdBytes() optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for sqlWarehouseId.
 
 - 
getExperimentIdsListjava.util.List<java.lang.String> getExperimentIdsList() TODO: Eventually we want to provide an API that only uses model_id repeated string experiment_ids = 3;- Returns:
- A list containing the experimentIds.
 
 - 
getExperimentIdsCountint getExperimentIdsCount() TODO: Eventually we want to provide an API that only uses model_id repeated string experiment_ids = 3;- Returns:
- The count of experimentIds.
 
 - 
getExperimentIdsjava.lang.String getExperimentIds(int index) TODO: Eventually we want to provide an API that only uses model_id repeated string experiment_ids = 3;- Parameters:
- index- The index of the element to return.
- Returns:
- The experimentIds at the given index.
 
 - 
getExperimentIdsBytescom.google.protobuf.ByteString getExperimentIdsBytes(int index) TODO: Eventually we want to provide an API that only uses model_id repeated string experiment_ids = 3;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the experimentIds at the given index.
 
 - 
hasFilterboolean hasFilter() A filter expression over trace attributes and tags that allows returning a subset of traces. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``. optional string filter = 4;- Returns:
- Whether the filter field is set.
 
 - 
getFilterjava.lang.String getFilter() A filter expression over trace attributes and tags that allows returning a subset of traces. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``. optional string filter = 4;- Returns:
- The filter.
 
 - 
getFilterBytescom.google.protobuf.ByteString getFilterBytes() A filter expression over trace attributes and tags that allows returning a subset of traces. The syntax is a subset of SQL that supports ANDing together binary operations Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``. optional string filter = 4;- Returns:
- The bytes for filter.
 
 - 
hasMaxResultsboolean hasMaxResults() Maximum number of traces desired. Max threshold is 500. optional int32 max_results = 5 [default = 100];- Returns:
- Whether the maxResults field is set.
 
 - 
getMaxResultsint getMaxResults() Maximum number of traces desired. Max threshold is 500. optional int32 max_results = 5 [default = 100];- Returns:
- The maxResults.
 
 - 
getOrderByListjava.util.List<java.lang.String> getOrderByList() List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``. repeated string order_by = 6;- Returns:
- A list containing the orderBy.
 
 - 
getOrderByCountint getOrderByCount() List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``. repeated string order_by = 6;- Returns:
- The count of orderBy.
 
 - 
getOrderByjava.lang.String getOrderBy(int index) List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``. repeated string order_by = 6;- Parameters:
- index- The index of the element to return.
- Returns:
- The orderBy at the given index.
 
 - 
getOrderByBytescom.google.protobuf.ByteString getOrderByBytes(int index) List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``. repeated string order_by = 6;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the orderBy at the given index.
 
 - 
hasPageTokenboolean hasPageToken() Token indicating the page of traces to fetch. This is a unified token that encodes both online and offline traces tokens. optional string page_token = 7;- Returns:
- Whether the pageToken field is set.
 
 - 
getPageTokenjava.lang.String getPageToken() Token indicating the page of traces to fetch. This is a unified token that encodes both online and offline traces tokens. optional string page_token = 7;- Returns:
- The pageToken.
 
 - 
getPageTokenBytescom.google.protobuf.ByteString getPageTokenBytes() Token indicating the page of traces to fetch. This is a unified token that encodes both online and offline traces tokens. optional string page_token = 7;- Returns:
- The bytes for pageToken.
 
 
- 
 
-