SmartCoreAI.Driver.OpenAI.TAIFineTuneCreatedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAIFineTuneCreatedEvent = procedure(Sender: TObject; const JobID: string; const Full: TAIStartFineTuneResponse) of object;

C++

typedef void __fastcall (__closure *TAIFineTuneCreatedEvent)(System::TObject* Sender, const System::UnicodeString JobID, Smartcoreai::Driver::Openai::Models::TAIStartFineTuneResponse* const Full);

Properties

Type Visibility Source Unit Parent
type
typedef
public
SmartCoreAI.Driver.OpenAI.pas
SmartCoreAI.Driver.OpenAI.hpp
SmartCoreAI.Driver.OpenAI SmartCoreAI.Driver.OpenAI

Description

Embarcadero Technologies does not currently have any additional information.