Inference Endpoint Response
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)
Properties
Link copied to clipboard
Description of the resource.
Link copied to clipboard
Endpoint URI for the inference endpoint.
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.