Parameters for the deleteModel operation.

interface DeleteModelParams {
    headers?: OutgoingHttpHeaders;
    modelId: string;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
modelId: string

Model ID.

signal?: AbortSignal