MachineLearningOnlineEndpointProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Online endpoint configuration.
public class MachineLearningOnlineEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointProperties>
public class MachineLearningOnlineEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties
type MachineLearningOnlineEndpointProperties = class
inherit MachineLearningEndpointProperties
interface IJsonModel<MachineLearningOnlineEndpointProperties>
interface IPersistableModel<MachineLearningOnlineEndpointProperties>
type MachineLearningOnlineEndpointProperties = class
inherit MachineLearningEndpointProperties
Public Class MachineLearningOnlineEndpointProperties
Inherits MachineLearningEndpointProperties
Implements IJsonModel(Of MachineLearningOnlineEndpointProperties), IPersistableModel(Of MachineLearningOnlineEndpointProperties)
Public Class MachineLearningOnlineEndpointProperties
Inherits MachineLearningEndpointProperties
- Inheritance
- Implements
Constructors
MachineLearningOnlineEndpointProperties(MachineLearningEndpointAuthMode) |
Initializes a new instance of MachineLearningOnlineEndpointProperties. |
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 MachineLearningEndpointProperties) |
Compute |
ARM resource ID of the compute if it exists. optional |
Description |
Description of the inference endpoint. (Inherited from MachineLearningEndpointProperties) |
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. (Inherited from MachineLearningEndpointProperties) |
MirrorTraffic |
Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. |
Properties |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from MachineLearningEndpointProperties) |
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 MachineLearningEndpointProperties) |
SwaggerUri |
Endpoint Swagger URI. (Inherited from MachineLearningEndpointProperties) |
Traffic |
Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET