Interface Endpoint

An endpoint where you deploy models.

interface Endpoint {
    deployedModelId?: string;
    name?: string;
}

Properties

deployedModelId?: string

ID of the model that's deployed to the endpoint.

name?: string

Resource name of the endpoint.