Config

ai.hylo.graviton.client.GravitonClient.Config
See theConfig companion object
final case class Config(baseUrl: URL, defaultHeaders: Headers = ..., resumableRetryLimit: ResumableRetryLimit = ..., resumableRetryBaseDelay: Duration = ..., resumableRetryMaxDelay: Duration = ...)

Attributes

Companion
object
Source
GravitonClient.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(baseUrl: URL, defaultHeaders: Headers)

Binary-compatible constructor for the public SDK configuration shipped in 0.6.1.

Binary-compatible constructor for the public SDK configuration shipped in 0.6.1.

Attributes

Source
GravitonClient.scala

Concrete methods

def copy(baseUrl: URL, defaultHeaders: Headers): Config

Binary-compatible copy method for the public SDK configuration shipped in 0.6.1.

Binary-compatible copy method for the public SDK configuration shipped in 0.6.1.

Attributes

Source
GravitonClient.scala

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala