Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateCustomLlmRequest {
        customLlm?: CustomLlm;
        id?: string;
        updateMask?: FieldMask<CustomLlm>;
    }
    Index

    Properties

    customLlm?: CustomLlm

    The CustomLlm containing the fields which should be updated.

    id?: string

    The id of the custom llm

    updateMask?: FieldMask<CustomLlm>

    The list of the CustomLlm fields to update. These should correspond to the values (or lack thereof) present in custom_llm.