ServerlessEndpointProperties interface

Properties

authMode

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

contentSafety

Specifies the content safety options. If omitted, the default content safety settings will be configured

endpointState

The current state of the ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server.

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.

marketplaceSubscriptionId

The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint. NOTE: This property will not be serialized. It can only be populated by the server.

modelSettings

The model settings (model id) for the model being serviced on the ServerlessEndpoint.

provisioningState

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