Search Results for

    Show / Hide Table of Contents

    Interface IFineTuningResult

    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IFineTuningResult : IResult

    Properties

    | Edit this page View Source

    ErrorMessage

    Provider error message when the job fails, otherwise null.

    Declaration
    string ErrorMessage { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FineTunedModelId

    The fine-tuned model id/name produced by this job, if completed.

    Declaration
    string FineTunedModelId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FinishedAt

    End timestamp if the job is finished.

    Declaration
    UnixTime? FinishedAt { get; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    JobId

    Provider job identifier for the fine-tuning task.

    Declaration
    string JobId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Status

    Provider-normalized status string (e.g. queued/running/succeeded/failed).

    Declaration
    string Status { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TrainingFileId

    Training file id used for this fine-tuning job.

    Declaration
    string TrainingFileId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ValidationFileId

    Validation file id used for this fine-tuning job, if any.

    Declaration
    string ValidationFileId { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation