ModelClientConfig

Configures the timeout and maximum number of retries for processing a transform job invocation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of retries when invocation requests are failing. The default value is 3.

Link copied to clipboard

The timeout value in seconds for an invocation request. The default value is 600.

Functions

Link copied to clipboard
inline fun copy(block: ModelClientConfig.Builder.() -> Unit = {}): ModelClientConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String