Package org.mlflow.api.proto
Interface Service.GetOnlineTraceDetailsOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.GetOnlineTraceDetails,- Service.GetOnlineTraceDetails.Builder
 - Enclosing class:
- Service
 
 public static interface Service.GetOnlineTraceDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSourceDatabricksRequestId()Source databricks request id to use for query ie.com.google.protobuf.ByteStringgetSourceDatabricksRequestIdBytes()Source databricks request id to use for query ie.java.lang.StringgetSourceInferenceTable()Source inference table to use for query ie.com.google.protobuf.ByteStringgetSourceInferenceTableBytes()Source inference table to use for query ie.java.lang.StringgetSqlWarehouseId()SQL warehouse to use for querycom.google.protobuf.ByteStringgetSqlWarehouseIdBytes()SQL warehouse to use for queryjava.lang.StringgetTraceId()Trace ID to retrievecom.google.protobuf.ByteStringgetTraceIdBytes()Trace ID to retrievebooleanhasSourceDatabricksRequestId()Source databricks request id to use for query ie.booleanhasSourceInferenceTable()Source inference table to use for query ie.booleanhasSqlWarehouseId()SQL warehouse to use for querybooleanhasTraceId()Trace ID to retrieve- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTraceIdboolean hasTraceId() Trace ID to retrieve optional string trace_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the traceId field is set.
 
 - 
getTraceIdjava.lang.String getTraceId() Trace ID to retrieve optional string trace_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The traceId.
 
 - 
getTraceIdBytescom.google.protobuf.ByteString getTraceIdBytes() Trace ID to retrieve optional string trace_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for traceId.
 
 - 
hasSqlWarehouseIdboolean hasSqlWarehouseId() SQL warehouse to use for query optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the sqlWarehouseId field is set.
 
 - 
getSqlWarehouseIdjava.lang.String getSqlWarehouseId() SQL warehouse to use for query optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- The sqlWarehouseId.
 
 - 
getSqlWarehouseIdBytescom.google.protobuf.ByteString getSqlWarehouseIdBytes() SQL warehouse to use for query optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for sqlWarehouseId.
 
 - 
hasSourceInferenceTableboolean hasSourceInferenceTable() Source inference table to use for query ie. "ml.bbqiu.codegen_payload" optional string source_inference_table = 3 [(.mlflow.validate_required) = true];- Returns:
- Whether the sourceInferenceTable field is set.
 
 - 
getSourceInferenceTablejava.lang.String getSourceInferenceTable() Source inference table to use for query ie. "ml.bbqiu.codegen_payload" optional string source_inference_table = 3 [(.mlflow.validate_required) = true];- Returns:
- The sourceInferenceTable.
 
 - 
getSourceInferenceTableBytescom.google.protobuf.ByteString getSourceInferenceTableBytes() Source inference table to use for query ie. "ml.bbqiu.codegen_payload" optional string source_inference_table = 3 [(.mlflow.validate_required) = true];- Returns:
- The bytes for sourceInferenceTable.
 
 - 
hasSourceDatabricksRequestIdboolean hasSourceDatabricksRequestId() Source databricks request id to use for query ie. "8d1992ce-ba3d-49e9-9701-e9b323c5cc8c" optional string source_databricks_request_id = 4 [(.mlflow.validate_required) = true];- Returns:
- Whether the sourceDatabricksRequestId field is set.
 
 - 
getSourceDatabricksRequestIdjava.lang.String getSourceDatabricksRequestId() Source databricks request id to use for query ie. "8d1992ce-ba3d-49e9-9701-e9b323c5cc8c" optional string source_databricks_request_id = 4 [(.mlflow.validate_required) = true];- Returns:
- The sourceDatabricksRequestId.
 
 - 
getSourceDatabricksRequestIdBytescom.google.protobuf.ByteString getSourceDatabricksRequestIdBytes() Source databricks request id to use for query ie. "8d1992ce-ba3d-49e9-9701-e9b323c5cc8c" optional string source_databricks_request_id = 4 [(.mlflow.validate_required) = true];- Returns:
- The bytes for sourceDatabricksRequestId.
 
 
- 
 
-