AIServiceURL

gitinsp.domain.models.AIServiceURL
See theAIServiceURL companion object
final case class AIServiceURL(value: String)

Represents a URL for AI services with sanitized format

Attributes

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

Members list

Value members

Concrete methods

def toQdrantURL(category: Category): QdrantURL

Converts this AIServiceURL to a QdrantURL with the specified category

Converts this AIServiceURL to a QdrantURL with the specified category

Value parameters

category

The category to assign to the QdrantURL

Attributes

Returns

The converted QdrantURL

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toURL(): URL

Converts this AIServiceURL back to a regular URL

Converts this AIServiceURL back to a regular URL

Attributes

Returns

The desanitized URL

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product