Batch Endpoint Response
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.
Properties
Link copied to clipboard
Default values for Batch Endpoint
Link copied to clipboard
Description of 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
Endpoint URI.
Link copied to clipboard
Endpoint Swagger URI.