Share via


ServerlessInferenceEndpoint Class

Definition

The ServerlessInferenceEndpoint.

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

Properties

Headers

Specifies any required headers to target this serverless endpoint.

Uri

[Required] The inference uri to target when making requests against the Serverless Endpoint.

Explicit Interface Implementations

IJsonModel<ServerlessInferenceEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerlessInferenceEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerlessInferenceEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerlessInferenceEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerlessInferenceEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to