Interface GetModelParameters

interface GetModelParameters {
    config?: GetModelConfig;
    model: string;
}

Properties

Properties

Optional parameters for the request.

model: string