Endpoint
Endpoints define the interface clients use to talk to the Generative AI Gateway over the Internet. Each unique primaryKey refers to a different stateful Endpoint object on the backend.
Constructors
new Endpoint(primaryKey)
new Endpoint(
primaryKey
):Endpoint
Parameters
• primaryKey: string
Returns
Accessors
primaryKey
get
primaryKey():string
Returns
string
Generated using typedoc-plugin-markdown and TypeDoc