Skip to contents

Creates a new registered model with the name specified in the request body.

Usage

create_model(client, name, description = NULL, tags = NULL)

modelRegistryCreateModel(client, name, description = NULL, tags = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Register models under this name.

description

Optional description for registered model.

tags

Additional metadata for registered model.

Details

Throws RESOURCE_ALREADY_EXISTS if a registered model with the given name exists.