Compartilhar via


IOnlineEndpointProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OnlineEndpointPropertiesTypeConverter))]
public interface IOnlineEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointPropertiesBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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)
MirrorTraffic

Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.

Property

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

(Inherited from IEndpointPropertiesBase)
ProvisioningState

Provisioning state for the endpoint.

PublicNetworkAccess

Set to "Enabled" for endpoints that should allow public access when Private Link is enabled.

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