IServerlessEndpointProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessEndpointPropertiesTypeConverter))]
public interface IServerlessEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServerlessEndpointPropertiesTypeConverter))>]
type IServerlessEndpointProperties = interface
interface IJsonSerializable
Public Interface IServerlessEndpointProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |