AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TuningTask

    Inheritance
    object
    TuningTask
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class TuningTask

    Properties

    CompleteTime

    Declaration
    public DateTime? CompleteTime { get; set; }
    Property Value
    Type Description
    DateTime?

    Hyperparameters

    Declaration
    public Hyperparameters Hyperparameters { get; set; }
    Property Value
    Type Description
    Hyperparameters

    Snapshots

    Declaration
    public List<TuningSnapshot> Snapshots { get; set; }
    Property Value
    Type Description
    List<TuningSnapshot>

    StartTime

    Declaration
    public DateTime? StartTime { get; set; }
    Property Value
    Type Description
    DateTime?

    TrainingData

    Declaration
    public Dataset TrainingData { get; set; }
    Property Value
    Type Description
    Dataset
    In this article
    Back to top Generated by DocFX