Class ExperimentUtilsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static UUID generateUuid5(UUID namespace, String name) Generate a deterministic UUID v5 based on namespace and name.
      final static String generateExampleId(String datasetId, Map<String, Object> inputs, Map<String, Object> referenceOutputs) Generate a deterministic example ID based on dataset ID, inputs, and reference outputs.
      final static String buildDatasetUrl(Dataset dataset) Constructs the web URL for a dataset from the API base URL.
      final static String buildSessionUrl(String tenantId, String sessionId) Constructs the web URL for a session/experiment from the API base URL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • generateUuid5

         final static UUID generateUuid5(UUID namespace, String name)

        Generate a deterministic UUID v5 based on namespace and name. This ensures idempotent example creation - the same inputs always generate the same ID.