-
Deprecated Interfaces
-
Deprecated Record Classes
-
Deprecated MethodsMethodDescriptionthe
INPUTandOUTPUTtype parameters are not applied at runtime; seeBraintrust.fetchDataset(String). UseBraintrust.fetchDataset(String, String, Class, Class)instead.theINPUTandOUTPUTtype parameters are not applied at runtime, and the task/scorers will receive raw JSON objects, throwingClassCastExceptionunless those types areObjectorMap. UseRemoteEval.builder(Class, Class)orRemoteEval.builder(Function, Function)instead.theINPUTandOUTPUTtype parameters are not applied at runtime: case values are returned as raw JSON-decoded objects (e.g.LinkedHashMap). UseDataset.fetchFromBraintrust(BraintrustOpenApiClient, String, String, String, Class, Class)instead.
-
Deprecated ConstructorsConstructorDescriptionthe
INPUTandOUTPUTtype parameters are not applied at runtime: case values are returned as raw JSON-decoded objects. UseDatasetBrainstoreImpl(BraintrustOpenApiClient, String, String, Class, Class)instead.
INPUTandOUTPUTtype parameters are not applied at runtime: case values are returned as raw JSON-decoded objects (e.g.LinkedHashMap), and accessing them asINPUT/OUTPUTwill throwClassCastExceptionunless those types areObjectorMap. UseBraintrust.fetchDataset(String, Class, Class)instead.