Sdílet prostřednictvím


MachineLearningEndpointProperties Class

Definition

Inference Endpoint base definition.

public class MachineLearningEndpointProperties
type MachineLearningEndpointProperties = class
Public Class MachineLearningEndpointProperties
Inheritance
MachineLearningEndpointProperties
Derived

Constructors

MachineLearningEndpointProperties(MachineLearningEndpointAuthMode)

Initializes a new instance of MachineLearningEndpointProperties.

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.

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.

ScoringUri

Endpoint URI.

SwaggerUri

Endpoint Swagger URI.

Applies to