Skip to main content
Version: 0.8.0-incubating

link model version

POST 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/models/:model/versions

link model version

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    model stringrequired

    The name of the model

Body

    uri stringrequired

    The uri of the model version

    aliases string[]nullable

    The aliases of the model version

    comment stringnullable

    The comment of the model version

    properties

    object

    nullable

    The properties of the model version

    property name* string

Responses

Represents a response for a base operation

Schema

    code int32required

    Possible values: [0]

    Status code of the response

Loading...