Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointPropertiesBase

Package version

Inference Endpoint base definition

Hierarchy

  • EndpointPropertiesBase

Index

Properties

authMode

[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.

Optional description

description: undefined | string

Description of the inference endpoint.

Optional keys

EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.

Optional properties

properties: undefined | {}

Property dictionary. Properties can be added, but not removed or altered.

Optional scoringUri

scoringUri: undefined | string

Endpoint URI. NOTE: This property will not be serialized. It can only be populated by the server.

Optional swaggerUri

swaggerUri: undefined | string

Endpoint Swagger URI. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc