Skip to main content
Version: 0.8.0-incubating

Get model version by alias

GET 

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

Get model version 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

Responses

The response of model version object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    modelVersion

    object

    uri stringrequired

    The uri of the model version

    version integerrequired

    The version of the model

    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

    audit

    object

    required

    Audit information for a Gravitino resource.

    creator string

    The user who created the resource

    createTime date-time

    The time the resource was created

    lastModifier string

    The user who last modified the resource

    lastModifiedTime date-time

    The time the resource was last modified

Loading...