BatchEndpointResponse

data class BatchEndpointResponse(val authMode: String, val defaults: BatchEndpointDefaultsResponse? = null, val description: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val scoringUri: String, val swaggerUri: String)

Batch endpoint configuration.

Constructors

Link copied to clipboard
constructor(authMode: String, defaults: BatchEndpointDefaultsResponse? = null, description: String? = null, properties: Map<String, String>? = null, provisioningState: String, scoringUri: String, swaggerUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication.

Link copied to clipboard

Default values for Batch Endpoint

Link copied to clipboard
val description: String? = null

Description of the inference endpoint.

Link copied to clipboard
val properties: Map<String, String>? = null

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

Link copied to clipboard

Provisioning state for the endpoint.

Link copied to clipboard

Endpoint URI.

Link copied to clipboard

Endpoint Swagger URI.