Batch Deployment Response
data class BatchDeploymentResponse(val codeConfiguration: CodeConfigurationResponse? = null, val compute: String? = null, val description: String? = null, val environmentId: String? = null, val environmentVariables: Map<String, String>? = null, val errorThreshold: Int? = null, val loggingLevel: String? = null, val maxConcurrencyPerInstance: Int? = null, val miniBatchSize: Double? = null, val model: Any? = null, val outputAction: String? = null, val outputFileName: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val resources: DeploymentResourceConfigurationResponse? = null, val retrySettings: BatchRetrySettingsResponse? = null)
Batch inference settings per deployment.
Constructors
Link copied to clipboard
fun BatchDeploymentResponse(codeConfiguration: CodeConfigurationResponse? = null, compute: String? = null, description: String? = null, environmentId: String? = null, environmentVariables: Map<String, String>? = null, errorThreshold: Int? = null, loggingLevel: String? = null, maxConcurrencyPerInstance: Int? = null, miniBatchSize: Double? = null, model: Any? = null, outputAction: String? = null, outputFileName: String? = null, properties: Map<String, String>? = null, provisioningState: String, resources: DeploymentResourceConfigurationResponse? = null, retrySettings: BatchRetrySettingsResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is -1, int.MaxValue. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard