ServerlessEndpointProperties interface
Properties
| auth |
[Required] Specifies the authentication mode for the Serverless endpoint. |
| content |
Specifies the content safety options. If omitted, the default content safety settings will be configured |
| endpoint |
The current state of the ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
| inference |
The inference uri to target when making requests against the serverless endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
| marketplace |
The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
| model |
The model settings (model id) for the model being serviced on the ServerlessEndpoint. |
| provisioning |
Provisioning state for the endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authMode
[Required] Specifies the authentication mode for the Serverless endpoint.
authMode: string
Property Value
string
contentSafety
Specifies the content safety options. If omitted, the default content safety settings will be configured
contentSafety?: ContentSafety
Property Value
endpointState
The current state of the ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server.
endpointState?: string
Property Value
string
inferenceEndpoint
The inference uri to target when making requests against the serverless endpoint NOTE: This property will not be serialized. It can only be populated by the server.
inferenceEndpoint?: ServerlessInferenceEndpoint
Property Value
marketplaceSubscriptionId
The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server.
marketplaceSubscriptionId?: string
Property Value
string
modelSettings
The model settings (model id) for the model being serviced on the ServerlessEndpoint.
modelSettings?: ModelSettings
Property Value
provisioningState
Provisioning state for the endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string