ServerlessEndpointResponse

data class ServerlessEndpointResponse(val authMode: String, val contentSafety: ContentSafetyResponse? = null, val endpointState: String, val inferenceEndpoint: ServerlessInferenceEndpointResponse, val marketplaceSubscriptionId: String, val modelSettings: ModelSettingsResponse? = null, val provisioningState: String)

Constructors

Link copied to clipboard
constructor(authMode: String, contentSafety: ContentSafetyResponse? = null, endpointState: String, inferenceEndpoint: ServerlessInferenceEndpointResponse, marketplaceSubscriptionId: String, modelSettings: ModelSettingsResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Specifies the authentication mode for the Serverless endpoint.

Link copied to clipboard

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

Link copied to clipboard

The current state of the ServerlessEndpoint.

Link copied to clipboard

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

Link copied to clipboard

The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint.

Link copied to clipboard

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

Link copied to clipboard

Provisioning state for the endpoint.