EndpointPropertiesBase interface
Inference Endpoint base definition
Properties
auth |
[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does. |
description | Description of the inference endpoint. |
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. |
properties | Property dictionary. Properties can be added, but not removed or altered. |
scoring |
Endpoint URI. NOTE: This property will not be serialized. It can only be populated by the server. |
swagger |
Endpoint Swagger URI. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authMode
[Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
authMode: string
Property Value
string
description
Description of the inference endpoint.
description?: string
Property Value
string
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.
keys?: EndpointAuthKeys
Property Value
properties
Property dictionary. Properties can be added, but not removed or altered.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
scoringUri
Endpoint URI. NOTE: This property will not be serialized. It can only be populated by the server.
scoringUri?: string
Property Value
string
swaggerUri
Endpoint Swagger URI. NOTE: This property will not be serialized. It can only be populated by the server.
swaggerUri?: string
Property Value
string