Databricks SDK for JavaScript
    Preparing search index...
    interface LogParamRequest {
        key?: string;
        runId?: string;
        runUuid?: string;
        value?: string;
    }
    Index

    Properties

    key?: string

    Name of the param. Maximum size is 255 bytes.

    runId?: string

    ID of the run under which to log the param. Must be provided.

    runUuid?: string

    [Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.

    value?: string

    String value of the param being logged. Maximum size is 500 bytes.