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

    Properties

    key?: string

    Name of the tag. Keys up to 250 bytes in size are supported.

    runId?: string

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

    runUuid?: string

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

    value?: string

    String value of the tag being logged. Values up to 64KB in size are supported.