Interface: UrlParams

Properties

authMethod

authMethod: AuthMethod

Defined in

inference/src/types.ts:181


model

model: string

Defined in

inference/src/types.ts:182


task

Optional task: InferenceTask

Defined in

inference/src/types.ts:183


urlTransform

Optional urlTransform: (url: string) => string

Type declaration

▸ (url): string

Parameters
Name Type
url string
Returns

string

Defined in

inference/src/types.ts:184

Update on GitHub