CompressionTarget

org.llm4s.types.`package`.CompressionTarget
See theCompressionTarget companion object
final case class CompressionTarget(ratio: Double) extends AnyVal

Type-safe wrapper for compression target ratios with validation

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isValid: Boolean
def value: Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product