Skip to contents

Posts a comment on a model version. A comment can be submitted either by a user or programmatically to display relevant information about the model. For example, test results or deployment errors.

Usage

create_model_comment(client, name, version, comment)

modelRegistryCreateComment(client, name, version, comment)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Name of the model.

version

Required. Version of the model.

comment

Required. User-provided comment on the action.