Parameters for the getPrompt operation.

interface GetPromptParams {
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    promptId: string;
    restrictModelParameters?: string;
    spaceId?: string;
}

Properties

headers?: OutgoingHttpHeaders
projectId?: string

[REQUIRED] Specifies the project ID as the target. One target must be supplied per request.

promptId: string

Prompt ID.

restrictModelParameters?: string

Only return a set of model parameters compatiable with inferencing.

spaceId?: string

[REQUIRED] Specifies the space ID as the target. One target must be supplied per request.