다음을 통해 공유


MachineLearningOnlineEndpointProperties Class

Definition

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
MachineLearningOnlineEndpointProperties
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

IJsonModel<MachineLearningEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningEndpointProperties)
IJsonModel<MachineLearningEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningEndpointProperties)
IJsonModel<MachineLearningOnlineEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningOnlineEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningEndpointProperties)
IPersistableModel<MachineLearningOnlineEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningOnlineEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningOnlineEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to