你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerlessInferenceEndpoint interface

属性

headers

指定任何必需的标头以面向此无服务器终结点。 注意:此属性不会序列化。 它只能由服务器填充。

uri

[必需]针对无服务器终结点发出请求时要面向的推理 URI。

属性详细信息

headers

指定任何必需的标头以面向此无服务器终结点。 注意:此属性不会序列化。 它只能由服务器填充。

headers?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

uri

[必需]针对无服务器终结点发出请求时要面向的推理 URI。

uri: string

属性值

string