Compartilhar via


IOnlineEndpointProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.OnlineEndpointPropertiesTypeConverter))]
public interface IOnlineEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEndpointPropertiesBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.OnlineEndpointPropertiesTypeConverter))>]
type IOnlineEndpointProperties = interface
    interface IJsonSerializable
    interface IEndpointPropertiesBase
Public Interface IOnlineEndpointProperties
Implements IEndpointPropertiesBase
Derived
Attributes
Implements

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.

(Inherited from IEndpointPropertiesBase)
Compute

ARM resource ID of the compute if it exists. optional

Description

Description of the inference endpoint.

(Inherited from IEndpointPropertiesBase)
KeyPrimaryKey

The primary key.

(Inherited from IEndpointPropertiesBase)
KeySecondaryKey

The secondary key.

(Inherited from IEndpointPropertiesBase)
Property

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

(Inherited from IEndpointPropertiesBase)
ProvisioningState

Provisioning state for the endpoint.

ScoringUri

Endpoint URI.

(Inherited from IEndpointPropertiesBase)
SwaggerUri

Endpoint Swagger URI.

(Inherited from IEndpointPropertiesBase)
Traffic

Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to