Databricks SDK for JavaScript
    Preparing search index...

    Details required to create a comment on a model version.

    interface CreateCommentRequest {
        comment?: string;
        name?: string;
        version?: string;
    }
    Index

    Properties

    comment?: string

    User-provided comment on the action.

    name?: string

    Name of the model.

    version?: string

    Version of the model.