MachineLearningEndpointProperties Class

Definition

Inference Endpoint base definition.

public class MachineLearningEndpointProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties>
public class MachineLearningEndpointProperties
type MachineLearningEndpointProperties = class
    interface IJsonModel<MachineLearningEndpointProperties>
    interface IPersistableModel<MachineLearningEndpointProperties>
type MachineLearningEndpointProperties = class
Public Class MachineLearningEndpointProperties
Implements IJsonModel(Of MachineLearningEndpointProperties), IPersistableModel(Of MachineLearningEndpointProperties)
Public Class MachineLearningEndpointProperties
Inheritance
MachineLearningEndpointProperties
Derived
Implements

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.

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.

IJsonModel<MachineLearningEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to