Interface Service.GetOnlineTraceDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSourceDatabricksRequestId()
      Source databricks request id to use for query ie.
      com.google.protobuf.ByteString getSourceDatabricksRequestIdBytes()
      Source databricks request id to use for query ie.
      java.lang.String getSourceInferenceTable()
      Source inference table to use for query ie.
      com.google.protobuf.ByteString getSourceInferenceTableBytes()
      Source inference table to use for query ie.
      java.lang.String getSqlWarehouseId()
      SQL warehouse to use for query
      com.google.protobuf.ByteString getSqlWarehouseIdBytes()
      SQL warehouse to use for query
      java.lang.String getTraceId()
      Trace ID to retrieve
      com.google.protobuf.ByteString getTraceIdBytes()
      Trace ID to retrieve
      boolean hasSourceDatabricksRequestId()
      Source databricks request id to use for query ie.
      boolean hasSourceInferenceTable()
      Source inference table to use for query ie.
      boolean hasSqlWarehouseId()
      SQL warehouse to use for query
      boolean hasTraceId()
      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 Detail

      • hasTraceId

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

        java.lang.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

        java.lang.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

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

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