InferenceEndpointResponse

data class InferenceEndpointResponse(val authMode: String, val description: String? = null, val endpointUri: String, val groupName: String, val properties: List<StringStringKeyValuePairResponse>? = null, val provisioningState: String, val requestConfiguration: RequestConfigurationResponse? = null)

InferenceEndpoint configuration

Constructors

Link copied to clipboard
constructor(authMode: String, description: String? = null, endpointUri: String, groupName: String, properties: List<StringStringKeyValuePairResponse>? = null, provisioningState: String, requestConfiguration: RequestConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Authentication mode for the endpoint.

Link copied to clipboard
val description: String? = null

Description of the resource.

Link copied to clipboard

Endpoint URI for the inference endpoint.

Link copied to clipboard

Required Group within the same pool with which this endpoint needs to be associated with.

Link copied to clipboard

Property dictionary. Properties can be added, but not removed or altered.

Link copied to clipboard

Provisioning state for the endpoint.

Link copied to clipboard

RequestConfiguration for endpoint.