Skip to main content
Version: 1.0.0

Get model version uri by alias

GET 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/models/:model/aliases/:alias/uri

Get model version uri by alias

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

    alias stringrequired

    The alias of the model version

Query Parameters

    uriName string

    The uri name of the model version

Responses

The response of model version uri

Schema

    code int32

    Possible values: [0]

    Status code of the response

    uri string

    The uri of the model version

Loading...