ServerlessEndpointProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessEndpointPropertiesTypeConverter))]
public class ServerlessEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessEndpointProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessEndpointPropertiesTypeConverter))>]
type ServerlessEndpointProperties = class
    interface IServerlessEndpointProperties
    interface IJsonSerializable
Public Class ServerlessEndpointProperties
Implements IServerlessEndpointProperties
Inheritance
ServerlessEndpointProperties
Attributes
Implements

Constructors

ServerlessEndpointProperties()

Creates an new ServerlessEndpointProperties instance.

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.

InferenceEndpointHeader

Specifies any required headers to target this serverless endpoint.

InferenceEndpointUri

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

MarketplaceSubscriptionId

The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint.

ModelSettingModelId

The unique model identifier that this ServerlessEndpoint should provision.

ProvisioningState

Provisioning state for the endpoint.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessEndpointProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessEndpointProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessEndpointProperties.

FromJsonString(String)

Creates a new instance of ServerlessEndpointProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessEndpointProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to