BatchRetrySettingsArgs

data class BatchRetrySettingsArgs(val maxRetries: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<BatchRetrySettingsArgs>

Retry settings for a batch inference operation.

Constructors

Link copied to clipboard
constructor(maxRetries: Output<Int>? = null, timeout: Output<String>? = null)

Properties

Link copied to clipboard
val maxRetries: Output<Int>? = null

Maximum retry count for a mini-batch

Link copied to clipboard
val timeout: Output<String>? = null

Invocation timeout for a mini-batch, in ISO 8601 format.

Functions

Link copied to clipboard
open override fun toJava(): BatchRetrySettingsArgs