Batch Endpoint Args
data class BatchEndpointArgs(val authMode: Output<Either<String, EndpointAuthMode>>, val defaults: Output<BatchEndpointDefaultsArgs>? = null, val description: Output<String>? = null, val keys: Output<EndpointAuthKeysArgs>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<BatchEndpointArgs>
Batch endpoint configuration.
Constructors
Link copied to clipboard
constructor(authMode: Output<Either<String, EndpointAuthMode>>, defaults: Output<BatchEndpointDefaultsArgs>? = null, description: Output<String>? = null, keys: Output<EndpointAuthKeysArgs>? = null, properties: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Required Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
Link copied to clipboard
Default values for Batch Endpoint
Link copied to clipboard
Description of the inference endpoint.
Link copied to clipboard
EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.
Link copied to clipboard
Property dictionary. Properties can be added, but not removed or altered.