Share via


ServerlessEndpointProperties Class

Definition

The ServerlessEndpointProperties.

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

Constructors

ServerlessEndpointProperties(ServerlessInferenceEndpointAuthMode)

Initializes a new instance of ServerlessEndpointProperties.

Properties

AuthMode

[Required] Specifies the authentication mode for the Serverless endpoint.

ContentSafetyStatus

[Required] Specifies the status of content safety.

EndpointState

The current state of the ServerlessEndpoint.

InferenceEndpoint

The inference uri to target when making requests against the serverless endpoint.

MarketplaceSubscriptionId

The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint.

ModelId

The unique model identifier that this ServerlessEndpoint should provision.

ProvisioningState

Provisioning state for the endpoint.

Explicit Interface Implementations

IJsonModel<ServerlessEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerlessEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerlessEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerlessEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerlessEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to