A set of key-value pairs that are used to configure the deployment.

interface OnlineDeploymentParameters {
    serving_name?: string;
    [propName: string]: any;
}

Indexable

[propName: string]: any

OnlineDeploymentParameters accepts additional properties.

Properties

Properties

serving_name?: string

The serving_name can be used in the inference URL in place of the deployment_id.