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 Summary

    Modifier and Type
    Method
    Description
    Source databricks request id to use for query ie.
    com.google.protobuf.ByteString
    Source databricks request id to use for query ie.
    Source inference table to use for query ie.
    com.google.protobuf.ByteString
    Source inference table to use for query ie.
    SQL warehouse to use for query
    com.google.protobuf.ByteString
    SQL warehouse to use for query
    Trace ID to retrieve
    com.google.protobuf.ByteString
    Trace ID to retrieve
    boolean
    Source databricks request id to use for query ie.
    boolean
    Source inference table to use for query ie.
    boolean
    SQL warehouse to use for query
    boolean
    Trace ID to retrieve

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTraceId

      boolean hasTraceId()
       Trace ID to retrieve
       
      optional string trace_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the traceId field is set.
    • getTraceId

      String getTraceId()
       Trace ID to retrieve
       
      optional string trace_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The traceId.
    • getTraceIdBytes

      com.google.protobuf.ByteString getTraceIdBytes()
       Trace ID to retrieve
       
      optional string trace_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for traceId.
    • hasSqlWarehouseId

      boolean hasSqlWarehouseId()
       SQL warehouse to use for query
       
      optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the sqlWarehouseId field is set.
    • getSqlWarehouseId

      String getSqlWarehouseId()
       SQL warehouse to use for query
       
      optional string sql_warehouse_id = 2 [(.mlflow.validate_required) = true];
      Returns:
      The sqlWarehouseId.
    • getSqlWarehouseIdBytes

      com.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.
    • hasSourceInferenceTable

      boolean 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.
    • getSourceInferenceTable

      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.
    • getSourceInferenceTableBytes

      com.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.
    • hasSourceDatabricksRequestId

      boolean 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.
    • getSourceDatabricksRequestId

      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.
    • getSourceDatabricksRequestIdBytes

      com.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.