Databricks SDK for JavaScript
    Preparing search index...
    interface CustomLlm {
        agentArtifactPath?: string;
        creationTime?: Instant;
        creator?: string;
        datasets?: Dataset[];
        endpointName?: string;
        guidelines?: string[];
        id?: string;
        instructions?: string;
        name?: string;
        optimizationState?: State;
    }
    Index

    Properties

    agentArtifactPath?: string
    creationTime?: Instant

    Creation timestamp of the custom LLM

    creator?: string

    Creator of the custom LLM

    datasets?: Dataset[]

    Datasets used for training and evaluating the model, not for inference

    endpointName?: string

    Name of the endpoint that will be used to serve the custom LLM

    guidelines?: string[]

    Guidelines for the custom LLM to adhere to

    id?: string
    instructions?: string

    Instructions for the custom LLM to follow

    name?: string

    Name of the custom LLM

    optimizationState?: State

    If optimization is kicked off, tracks the state of the custom LLM