Parameters for the getModel operation.

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

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
modelId: string

Model ID.

signal?: AbortSignal